Re: Short sleep precision

From: Chris Friesen
Date: Mon Mar 21 2005 - 11:39:32 EST


Jan Engelhardt wrote:

You can spin on the gettimeofday() result in userspace.


How can I use it?

Something like:

gettimeofday(&curtime,0);
add_usecs(&curtime, time_to_sleep);
do {
gettimeofday(&curtime,0);
} while (time_before(&curtime, &expiry);


Of course, if someone changes the system time on you you're screwed....

Chris
-
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/