this is what the man page says :
(from man 3 usleep)
...
DESCRIPTION
The usleep() function suspends execution of the calling
process for usec microseconds. The sleep may be length
ened slightly by any system activity or by the time spent
processing the call.
...
hope this helps
Joerg
-- Linux is like a wigwam: no gates, no windows, and an apache inside- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/