HP-UX Reference (11i v1 00/12) - 3 Library Functions N-Z (vol 7)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
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
........................................................................................ get or set the process-shared or type attributes
pthread_mutexattr_getspin_np(3T): pthread_mutexattr_getspin_np(),
pthread_mutexattr_setspin_np(), pthread_mutex_getyieldfreq_np(),
pthread_mutex_setyieldfreq_np() ....................... get or set the spin and yield frequency attributes
pthread_mutexattr_gettype(): get the type attribute .............. see pthread_mutexattr_getpshared(3T)
pthread_mutexattr_init(3T): pthread_mutexattr_init(), pthread_mutexattr_destroy()
............................................................................................ initializeor destroy a mutex attribute object
pthread_mutexattr_setprioceiling(): set the prioceiling attribute
.................................................................................................... see pthread_mutex_getprotocol(3T)
pthread_mutexattr_setprotocol(): set the protocol attribute ....... see pthread_mutex_getprotocol(3T)
pthread_mutexattr_setpshared(): set the process-shared attribute
.............................................................................................. see pthread_mutexattr_getpshared(3T)
pthread_mutexattr_setspin_np(): set the spin attribute ................ see pthread_mutex_getspin_np(3T)
pthread_mutexattr_settype(): set the type attribute .............. see pthread_mutexattr_getpshared(3T)
pthread_mutex_destroy(): destroy a mutex .................................................. see pthread_mutex_init(3T)
pthread_mutex_getprioceiling(3T): pthread_mutex_getprioceiling(),
pthread_mutex_setprioceiling() ........................................... get and set the prioceiling of a mutex
pthread_mutex_getyieldfreq_np(): get the yield frequency attribute
..................................................................................................... see pthread_mutex_getspin_np(3T)
pthread_mutex_init(3T): pthread_mutex_init(), pthread_mutex_destroy()
..................................................................................................................... initializeor destroy a mutex
pthread_mutex_lock(3T): pthread_mutex_lock(), pthread_mutex_trylock() . lock/try to lock a mutex
pthread_mutex_setprioceiling(): set the prioceiling of a mutexsee pthread_mutex_getprioceiling(3T)
pthread_mutex_setyieldfreq_np(): set the yield frequency attribute
..................................................................................................... see pthread_mutex_getspin_np(3T)
pthread_mutex_trylock(): try to lock a mutex ............................................ see pthread_mutex_lock(3T)
pthread_mutex_unlock(3T): pthread_mutex_unlock() ..................................................... unlock a mutex
pthread_num_ldomprocs_np(): number of processors in locality domain
................................................................................................... see pthread_processor_bind_np(3T)
pthread_num_ldoms_np(): number of locality domains on system ..... see pthread_processor_bind_np(3T)
pthread_num_processors_np(): determined how many processors are installed
................................................................................................... see pthread_processor_bind_np(3T)
pthread_once(3T): pthread_once() ................................................... call an initialization routine only once
pthread_processor_bind_np(3T): pthread_num_processors_np(), pthread_processor_bind_np(),
pthread_processor_id_np(), pthread_num_ldoms_np(), pthread_num_ldomprocs_np(),
pthread_spu_to_ldom_np(), pthread_ldom_bind_np(), pthread_ldom_id_np()
......... determine number of processors or locality domains, installed, processor IDs, locality domain IDs,
and bind threads to processors and locality domains
pthread_processor_id_np(): bind threads to processors ................ see pthread_processor_bind_np(3T)
pthread_resume_np(3T): pthread_continue(), pthread_resume_np(), pthread_suspend()
.................................................................................. continue, resume, or suspend execution of a thread
pthread_rwlockattr_destroy(): destroy a read-write lock attribute object
.......................................................................................................... see pthread_rwlockattr_init(3T)
pthread_rwlockattr_getpshared(3T): pthread_rwlockattr_getpshared(),
pthread_rwlockattr_setpshared() ....................................... get or set the process-shared attribute
pthread_rwlockattr_init(3T): pthread_rwlockattr_init(), pthread_rwlockattr_destroy()
............................................................................... initializeor destroy a read-write lock attribute object
pthread_rwlockattr_setpshared(): set the process-shared attribute
............................................................................................ see pthread_rwlockattr_getpshared(3T)
pthread_rwlock_destroy(): destroy a read-write lock ................................. see pthread_rwlock_init(3T)
pthread_rwlock_init(3T): pthread_rwlock_init(), pthread_rwlock_destroy()
....................................................................................................... initializeor destroy a read-write lock
pthread_rwlock_rdlock(3T): pthread_rwlock_rdlock(), pthread_rwlock_tryrdlock()
................................................................................ lock or attempt to lock a read-write lock for reading
pthread_rwlock_tryrdlock(): attempt to lock a read-write lock for reading
........................................................................................................... see pthread_rwlock_rdlock(3T)
pthread_rwlock_trywrlock(): attempt to lock a read-write lock for writing
.......................................................................................................... see pthread_rwlock_wrlock(3T)
pthread_rwlock_unlock(3T): pthread_rwlock_unlock() ..................................... unlock a read-write lock
pthread_rwlock_wrlock(3T): pthread_rwlock_wrlock(), pthread_rwlock_trywrlock()
................................................................................. lock or attempt to lock a read-write lock for writing
HP-UX Release 11i: December 2000 Hewlett-Packard Company xxvii
____ ____