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