ChorusOS man pages section 3POSIX: POSIX Library Functions
    
P
 
 pause -- stop until signal ( Index Term Link )
 
 pthread_attr_destroy -- Destroy a thread attribute object; Set the stacksize attribute ( Index Term Link )
 
 pthread_attr_getdetachstate -- Get the detachstate attribute ( Index Term Link )
 
 pthread_attr_getinheritsched -- Get the scheduling inheritance attribute; Set the scheduling inheritance attribute ( Index Term Link )
 
 pthread_attr_getschedparam -- Get the scheduling parameter attribute ( Index Term Link )
 
 pthread_attr_getschedpolicy -- Get the scheduling policy attribute ( Index Term Link )
 
 pthread_attr_getscope -- Get the contention scope attribute ( Index Term Link )
 
 pthread_attr_getstackaddr -- Get the stackaddr attribute ( Index Term Link )
 
 pthread_attr_getstacksize -- Get the stacksize attribute ( Index Term Link )
 
 pthread_attr_init -- Initialize a thread attribute object; ( Index Term Link )
 
 pthread_attr_setdetachstate -- Set the detachstate attribute ( Index Term Link )
 
 pthread_attr_setinheritsched -- Set the scheduling inheritance attribute ( Index Term Link )
 
 pthread_attr_setschedparam -- Set the scheduling parameter attribute ( Index Term Link )
 
 pthread_attr_setschedpolicy -- Set the scheduling policy attribute ( Index Term Link )
 
 pthread_attr_setscope -- Set the contention scope attribute ( Index Term Link )
 
 pthread_attr_setstackaddr -- Set the stackaddr attribute ( Index Term Link )
 
 pthread_attr_setstacksize -- Set the stacksize attribute ( Index Term Link )
 
 pthread_cancel -- cancel execution of a thread ( Index Term Link )
 
 pthread_cleanup_pop -- pop a thread cancellation cleanup handler ( Index Term Link )
 
 pthread_cleanup_push -- push a thread cancellation cleanup handler ( Index Term Link )
 
 pthread_cond_broadcast -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_destroy -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_init -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_signal -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_timedwait -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_wait -- initialize and use a condition variable ( Index Term Link )
 
 pthread_condattr_destroy -- initialize or destroy a condition variable attribute object ( Index Term Link )
 
 pthread_condattr_init -- initialize or destroy a condition variable attribute object ( Index Term Link )
 
 pthread_create -- create a thread ( Index Term Link )
 
 pthread_equal -- compare thread identifiers ( Index Term Link )
 
 pthread_exit -- terminate the calling thread ( Index Term Link )
 
 pthread_getschedparam -- set or get current scheduling policy and parameters of a thread ( Index Term Link )
 
 pthread_getspecific -- set or get the thread-specific value associated with a key ( Index Term Link )
 
 pthread_join -- wait for thread termination ( Index Term Link )
 
 pthread_key_create -- create or delete a thread-specific data key ( Index Term Link )
 
 pthread_key_delete -- create or delete a thread-specific data key ( Index Term Link )
 
 pthread_kill -- send a signal to a thread ( Index Term Link )
 
 pthread_mutex_destroy -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutex_init -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutex_lock -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutex_trylock -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutex_unlock -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutexattr_destroy -- initialize or destroy a mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_init -- initialize or destroy a mutex attribute object ( Index Term Link )
 
 pthread_once -- initialize a library dynamically ( Index Term Link )
 
 pthread_self -- get the identifier of the calling thread ( Index Term Link )
 
 pthread_setcancelstate -- enable or disable cancellation ( Index Term Link )
 
 pthread_setcanceltype -- set the cancellation type of a thread ( Index Term Link )
 
 pthread_setschedparam -- set or get current scheduling policy and parameters of a thread ( Index Term Link )
 
 pthread_setspecific -- set or get the thread-specific value associated with a key ( Index Term Link )
 
 pthread_sigmask -- change or examine calling thread's signal mask ( Index Term Link )
 
 pthread_testcancel -- create cancellation point in the calling thread ( Index Term Link )
 
 pthread_yield -- yield processor to another thread ( Index Term Link )
 
 ptrace -- process tracing and debugging ( Index Term Link )