NetBSD/gnu/sys
thorpej a17a076fd9 There's no need to use wakeup_one(), here:
- On a uniprocessor, wakeup()'s thundering herd is ordered by priority
  implicitly.
- The locking protocol here needs to be shot in the head and redone
  anyhow, and when that is done, this can be converted to use
  condition variables.
2000-06-02 03:26:35 +00:00
..
conf
ufs/ffs There's no need to use wakeup_one(), here: 2000-06-02 03:26:35 +00:00