Query: thread_wakeup_one
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
thread_wakeup_one(9r) thread_wakeup_one(9r)NAMEthread_wakeup_one - General: Wakes up the first kernel thread waiting on a channelSYNOPSISvoid thread_wakeup_one( vm_offset_t event );ARGUMENTSSpecifies the event associated with the current kernel thread.DESCRIPTIONThe thread_wakeup_one routine wakes up only the first kernel thread in the hash chain waiting for the event specified in the event argu- ment. This routine is actually a convenience wrapper for the thread_wakeup_prim routine with the one_thread argument set to TRUE (wake up only the first kernel thread) and the result argument set to THREAD_AWAKENED (wakeup is normal).RETURN VALUESNoneSEE ALSORoutines: assert_wait_mesg(9r), clear_wait(9r), thread_block(9r), thread_wakeup(9r) thread_wakeup_one(9r)
Related Man Pages |
---|
pthread_cond_signal_int_np(3) - osf1 |
assert_wait_mesg(9r) - osf1 |
current_thread(9r) - osf1 |
mpsleep(9r) - osf1 |
select_wakeup(9r) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Throw my Toys out of the Pram! |
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |