Searched hist:"37 e80fcac22c6734bcdb79e160bc1eac56740c4c" (Results 1 – 5 of 5) sorted by relevance
/freebsd/share/man/man9/ |
H A D | sleep.9 | diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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 diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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
|
H A D | Makefile | diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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 diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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
|
/freebsd/sys/sys/ |
H A D | sleepqueue.h | diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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 diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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
|
H A D | systm.h | diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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 diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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
|
/freebsd/sys/kern/ |
H A D | kern_synch.c | diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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 diff 37e80fcac22c6734bcdb79e160bc1eac56740c4c Fri Feb 23 17:22:09 CET 2007 John Baldwin <jhb@FreeBSD.org> 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
|