Subject: timeout() question
To: None <tech-kern@netbsd.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: tech-kern
Date: 08/21/1999 23:44:54
What is the minimum time that timeout() will delay calling
its function?  Is it ticks or ticks-1?
Specifically, if I do  timeout(f, 1) can I rely on at least one tick having
passed when f is called?

        -- Lennart