Subject: Delaying...
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 03/09/2002 14:28:07
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"?

-s