Searched hist:166908 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/share/man/man9/
H A Dsleep.9diff 166908 Fri Feb 23 14:22:09 MST 2007 jhb Add a new kernel sleep function pause(9). pause(9) is for places that
want an equivalent of DELAY(9) that sleeps instead of spins. It accepts
a wmesg and a timeout and is not interrupted by signals. It uses a private
wait channel that should never be woken up by wakeup(9) or wakeup_one(9).

Glanced at by: phk

Completed in 146 milliseconds