Subject: Re: Delaying...
To: Peter Seebach <seebs@plethora.net>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: current-users
Date: 03/09/2002 21:57:20
On Sat, Mar 09, 2002 at 02:28:07PM -0600, Peter Seebach wrote:
> I want to experiment with delaying my mouse resets a bit; obviously, the
> best solution is not to do actual delay(), because that's a busy loop
> (right?).  What's a good way for a kernel thread to say "go on without me for
> another tenth of a second"?

If it's a kernel theard then you can use tsleep()

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--