|
SIG_CONTSIGMASK(9) -- kernel signal functions
|
The SIGADDSET() macro adds signo to set. No effort is made to ensure that signo is a valid signal number. The SIGDELSET() macro removes signo from set. No effort is made to ensure that signo is a vali... |
SIG_STOPSIGMASK(9) -- kernel signal functions
|
The SIGADDSET() macro adds signo to set. No effort is made to ensure that signo is a valid signal number. The SIGDELSET() macro removes signo from set. No effort is made to ensure that signo is a vali... |
|
sleep(9) -- wait for events
|
The functions tsleep() and wakeup() handle event-based process blocking. If a process must wait for an external event, it is put on sleep by tsleep(). The parameter ident is an arbitrary address that ... |
sleepinit(9) -- manage the queues of sleeping processes
|
The sleep queues used by msleep(9) and friends are stored in a hash array. The address of the wait channel is used to generate an index into the array. Each entry in the array is a queue of processes ... |
sleepqueue(9) -- manage the queues of sleeping processes
|
The sleep queues used by msleep(9) and friends are stored in a hash array. The address of the wait channel is used to generate an index into the array. Each entry in the array is a queue of processes ... |
spl(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |
spl0(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |
splbio(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |
splclock(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |
splhigh(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |
splimp(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |
splnet(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |
splsoftclock(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |
splsofttty(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |
splstatclock(9) -- manipulate interrupt priorities
|
This API is deprecated. Use mutexes to protect data structures instead. See mutex(9) for more information. The spl() function family sets the interrupt priority ``level'' of the CPU. This prevents i... |