diff options
author | John Baldwin <jhb@FreeBSD.org> | 2007-02-23 16:22:09 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2007-02-23 16:22:09 +0000 |
commit | 37e80fcac22c6734bcdb79e160bc1eac56740c4c (patch) | |
tree | c39c70c56ffcacc39b3ae90078a8abf26cbf23c3 /sys/dev/ata/atapi-cd.c | |
parent | 80b7fd0f47a12ec52808a93b911d8a3324c0acb9 (diff) |
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
Notes
Notes:
svn path=/head/; revision=166908
Diffstat (limited to 'sys/dev/ata/atapi-cd.c')
0 files changed, 0 insertions, 0 deletions