Query: clear_wait
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
clear_wait(9r) clear_wait(9r)NAMEclear_wait - General: Clears the wait conditionSYNOPSISvoid clear_wait( thread_t thread, int result, boolean_t interrupt_only );ARGUMENTSSpecifies a pointer to the thread Specifies the outcome of the wait. You can pass one of the following values: This is a normal wakeup. The timeout period expired. The clear_wait routine interrupted the wakeup. Specifies a Boolean value that indicates how the clear_wait routine clears the wait condition. You can pass one of the following values: Clears the wait condition only if the kernel thread is waiting in an interruptible state. Clears the wait condition under any circumstances.DESCRIPTIONThe clear_wait routine clears the wait condition for the specified kernel thread and starts executing the kernel thread, if appropriate. If the kernel thread is interruptible and is still waiting for the event, clear_wait sets the kernel thread state to TH_RUN and places it on the run queue.RETURN VALUESNoneSEE ALSORoutines: assert_wait_mesg(9r), mpsleep(9r), thread_block(9r), thread_wakeup(9r), thread_wakeup_one(9r) clear_wait(9r)
Related Man Pages |
---|
pthread_cond_timedwait(3t) - hpux |
pthread_cond_wait(3t) - hpux |
pthread_cond_wait(3) - osf1 |
kernel_thread_w_arg(9r) - osf1 |
mpsleep(9r) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Log files |
wait ${!} |
race condition with wait() function |
%wait nmon CPU-UTILISATION |
wait example |