|
select_dequeue_all(9r)
Contents
|
select_dequeue_all - General: Removes all kernel threads
waiting for an event
void select_dequeue_all(
sel_queue_t *selq );
Specifies a pointer to a sel_queue structure.
The select_dequeue_all routine is similar in functionality
to the select_dequeue routine. The difference is that
select_dequeue_all removes all kernel threads (not just
the last one) while waiting for an event on the specified
device.
None
SEE ALSO
Routines: select_dequeue(9r), select_enqueue(9r),
select_wakeup(9r)
Data Structures: sel_queue(9s)
select_dequeue_all(9r)
[ Back ] |