HP-UX Reference (11i v1 00/12) - 3 Library Functions A-M (vol 6)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/FLIT/FOUT.man3.tocprint
________________________________________________________________
___ ___
Table of Contents
Volumes Six and Seven
Entry Name(Section): name Description
pthread_attr_setdetachstate(): set detachstate attribute .......... see pthread_attr_getdetachstate(3T)
pthread_attr_setguardsize(): set guardsize attribute ................. see pthread_attr_getdetachstate(3T)
pthread_attr_setinheritsched(): set inheritsched attribute ....... see pthread_attr_getdetachstate(3T)
pthread_attr_setprocessor_np(): set processor
and binding_type attributes ........................................................ see pthread_attr_getdetachstate(3T)
pthread_attr_setschedparam(): set schedparam attribute ........... see pthread_attr_getdetachstate(3T)
pthread_attr_setschedpolicy(): set schedpolicy attribute .......... see pthread_attr_getdetachstate(3T)
pthread_attr_setscope(): set contentionscope attribute ............... see pthread_attr_getdetachstate(3T)
pthread_attr_setstackaddr(): set stackaddr attribute ................. see pthread_attr_getdetachstate(3T)
pthread_attr_setstacksize(): set stacksize attribute .................. see pthread_attr_getdetachstate(3T)
pthread_cancel(3T): thread_cancel() ............................................................. cancel execution of a thread
pthread_cleanup_pop(3T): pthread_cleanup_pop(), pthread_cleanup_push()
......................................................................... register or remove a thread cancellation cleanup handler
pthread_cleanup_push(): register a thread cancellation cleanup handler ... see pthread_cleanup_pop(3T)
pthread_condattr_destroy(): destroy a thread condition variable
attribute object ...................................................................................... see pthread_condattr_init(3T)
pthread_condattr_getpshared(3T): pthread_condattr_getpshared(),
pthread_condattr_setpshared() ................................ get or set the thread process-shared attribute
pthread_condattr_init(3T): pthread_condattr_init(), pthread_condattr_destroy()
............................................................... initializeor destroy a thread condition variable attribute object
pthread_condattr_setpshared(): set the thread process-shared
attribute .................................................................................. see pthread_condattr_getpshared(3T)
pthread_cond_broadcast(): unblock all threads waiting on a condition
variable ................................................................................................... see pthread_cond_signal(3T)
pthread_cond_destroy(): destroy a thread condition variable .......................... see pthread_cond_init(3T)
pthread_cond_init(3T): pthread_cond_init(), pthread_cond_destroy()
........................................................................................ initializeor destroy a thread condition variable
pthread_cond_signal(3T): pthread_cond_signal(), pthread_cond_broadcast()
........................................................................ unblock one or all threads waiting on a condition variable
pthread_cond_timedwait(): timed wait on a thread condition variable .......... see pthread_cond_wait(3T)
pthread_cond_wait(3T): pthread_cond_wait(), pthread_cond_timedwait()
..................................................................................... wait or timed wait on a thread condition variable
pthread_continue(): continue execution of a thread ...................................... see pthread_resume_np(3T)
pthread_create(3T): pthread_create() .................................................... create a new thread of execution
pthread_detach(3T): pthread_detach()
.................................................... mark a thread as detached to reclaim its resources when it terminates
pthread_equal(3T): pthread_equal() .......................................................... compare two thread identifiers
pthread_exit(3T): pthread_exit() ...................................................... cause the calling thread to terminate
pthread_getconcurrency(3T): pthread_getconcurrency(), pthread_setconcurrency()
..................................................................................... get and set concurrency level of unbound threads
pthread_getschedparam(3T): pthread_getschedparam(), pthread_setschedparam()
.......................................................................... get and set scheduling policy and associated parameters
pthread_getspecific(3T): pthread_getspecific(), pthread_setspecific()
........................................................................ get and set the thread-specific data associated with a key
pthread_join(3T): pthread_join() ......................................... wait for the termination of a specified thread
pthread_key_create(3T): pthread_key_create(), pthread_key_delete()
.............................................................................................. create or destroy a thread-specific data key
pthread_key_delete(): destroy a thread-specific data key ............................. see pthread_key_create(3T)
pthread_kill(3T): pthread_kill() .......................................................................... send a signal to a thread
pthread_launch_policy(3T): pthread_launch_policy() ................................ setting thread launch policy
pthread_ldom_bind_np(): bind threads to locality domain ............... see pthread_processor_bind_np(3T)
pthread_ldom_id_np(): obtain locality domain ID ............................ see pthread_processor_bind_np(3T)
pthread_mutexattr_destroy(): destroy a mutex attribute object ........... see pthread_mutexattr_init(3T)
pthread_mutexattr_getprioceiling(): get the prioceiling attribute
.................................................................................................... see pthread_mutex_getprotocol(3T)
pthread_mutexattr_getprotocol(3T): pthread_mutexattr_getprotocol(),
pthread_mutexattr_setprotocol(), pthread_mutexattr_getprioceiling(),
pthread_mutexattr_setprioceiling() ................... get or set the protocol and prioceiling attributes
pthread_mutexattr_getpshared(3T): pthread_mutexattr_getpshared(),
pthread_mutexattr_setpshared(), pthread_mutexattr_gettype(),
pthread_mutexattr_settype()
xxvi Hewlett-Packard Company HP-UX Release 11i: December 2000
____ ____