12 Dec
2005
12 Dec
'05
11:03 p.m.
On Mon, Dec 12, 2005 at 05:48:24PM -0500, brad wrote:
My question: is here a way on linux (in C) to have the CPU sleep or send it a no-op such that it's not just eating up cycles until time expires? I have looked at nanosleep and usleep, however they appear to only have precision to 10ms which too latent for my needs.
you cant unless you tweak the kernel HZ settings read this page: http://kerneltrap.org/node/464 -mike