Query: select_dequeue
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
select_dequeue(9r) select_dequeue(9r)NAMEselect_dequeue - General: Removes the last kernel thread waiting for an eventSYNOPSISvoid select_dequeue( sel_queue_t *selq );ARGUMENTSSpecifies a pointer to a sel_queue structure.DESCRIPTIONThe select_dequeue routine removes the last kernel thread waiting for an event to occur on the specified device. This routine is called to terminate a select call. Typically, a kernel module's xxselect routine calls select_dequeue when the kernel sets the scanning argument (for the module's xxselect routine) to the value 0 (zero). This value causes the kernel to unblock any kernel threads suspended when selecting events for this device.RETURN VALUESNoneFILESSEE ALSORoutines: select_dequeue_all(9r), select_enqueue(9r), select_wakeup(9r) Data Structures: sel_queue(9s) System Calls: select(2) select_dequeue(9r)
Related Man Pages |
---|
current_thread(9r) - osf1 |
kernel_thread_w_arg(9r) - osf1 |
lock_read(9r) - osf1 |
mpsleep(9r) - osf1 |
thread(9s) - osf1 |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |