Re: [Jackit-devel] Re: jack, PREEMPT_DESKTOP, delayed interrupts?

From: Jack O'Quin
Date: Thu Sep 01 2005 - 12:24:04 EST


Ingo Molnar <mingo@xxxxxxx> writes:

> i suspect the confusion comes from the API hacks i'm using: user-space
> tracing is started/stopped via:
>
> gettimeofday(0,1);
> gettimeofday(0,0);
>
> while 'jackd does not want to be scheduled' flag is switched on/off via:
>
> gettimeofday(1,1);
> gettimeofday(1,0);

D'oh! No wonder I was confused.

Sorry to have mixed up the conversation with erroneous information,
but glad to have the gettimeofday() API clarified.
--
joq
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/