man pages section 3: Threads and Realtime Library Functions
    
P
 
 placeholder for future logging functionality - td_log ( Index Term Link )
 
 pop a thread cancellation cleanup handler - pthread_cleanup_pop ( Index Term Link )
 
 preemption control
  -- schedctl_exit ( Index Term Link )
  -- schedctl_init ( Index Term Link )
  -- schedctl_lookup ( Index Term Link )
  -- schedctl_start ( Index Term Link )
  -- schedctl_stop ( Index Term Link )
 
 proc_service - process service interfaces ( Index Term Link )
  IA ( Index Term Link ) ( Index Term Link )
  SPARC ( Index Term Link ) ( Index Term Link )
 
 process and LWP control in libthread_db
  -- ps_kill ( Index Term Link )
  -- ps_lcontinue ( Index Term Link )
  -- ps_lrolltoaddr ( Index Term Link )
  -- ps_lstop ( Index Term Link )
  -- ps_pcontinue ( Index Term Link )
  -- ps_pstop ( Index Term Link )
 
 process service interfaces - proc_service ( Index Term Link )
 
 ps_kill -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_lcontinue -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_lgetfpregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lgetregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lgetxregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lgetxregsize -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lrolltoaddr -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_lsetfpregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lsetregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lsetxregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lstop -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_pcontinue -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_pdread -- interfaces in libthread_db that target process memory access ( Index Term Link )
 
 ps_pdwrite -- interfaces in libthread_db that target process memory access ( Index Term Link )
 
 ps_pglobal_lookup -- look up a symbol in the symbol table of the load object in the target process ( Index Term Link )
 
 ps_pglobal_sym -- look up a symbol in the symbol table of the load object in the target process ( Index Term Link )
 
 ps_pstop -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_ptread -- interfaces in libthread_db that target process memory access ( Index Term Link )
 
 ps_ptwrite -- interfaces in libthread_db that target process memory access ( Index Term Link )
 
 pthread_atfork - register fork handlers ( Index Term Link )
 
 pthread_attr_destroy -- initialize and destroy threads attribute object ( Index Term Link )
 
 pthread_attr_getdetachstate -- get or set detachstate attribute ( Index Term Link )
 
 pthread_attr_getguardsize -- get or set the thread guardsize attribute ( Index Term Link )
 
 pthread_attr_getinheritsched -- get or set inheritsched attribute ( Index Term Link )
 
 pthread_attr_getschedparam -- get or set schedparam attribute ( Index Term Link )
 
 pthread_attr_getschedpolicy -- get or set schedpolicy attribute ( Index Term Link )
 
 pthread_attr_getscope -- get or set contentionscope attribute ( Index Term Link )
 
 pthread_attr_getstackaddr -- get or set stackaddr attribute ( Index Term Link )
 
 pthread_attr_getstacksize -- get or set stacksize attribute ( Index Term Link )
 
 pthread_attr_init -- initialize and destroy threads attribute object ( Index Term Link )
 
 pthread_attr_setdetachstate -- get or set detachstate attribute ( Index Term Link )
 
 pthread_attr_setguardsize -- get or set the thread guardsize attribute ( Index Term Link )
 
 pthread_attr_setinheritsched -- get or set inheritsched attribute ( Index Term Link )
 
 pthread_attr_setschedparam -- get or set schedparam attribute ( Index Term Link )
 
 pthread_attr_setschedpolicy -- get or set schedpolicy attribute ( Index Term Link )
 
 pthread_attr_setscope -- get or set contentionscope attribute ( Index Term Link )
 
 pthread_attr_setstackaddr -- get or set stackaddr attribute ( Index Term Link )
 
 pthread_attr_setstacksize -- get or set stacksize attribute ( 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 -- signal or broadcast a condition ( Index Term Link )
 
 pthread_cond_destroy -- initialize or destroy condition variables ( Index Term Link )
 
 pthread_cond_init -- initialize or destroy condition variables ( Index Term Link )
 
 pthread_cond_signal -- signal or broadcast a condition ( Index Term Link )
 
 pthread_cond_timedwait -- wait on a condition ( Index Term Link )
 
 pthread_cond_wait -- wait on a condition ( Index Term Link )
 
 pthread_condattr_destroy -- initialize or destroy condition variable attributes object ( Index Term Link )
 
 pthread_condattr_getpshared -- get or set the process-shared condition variable attributes ( Index Term Link )
 
 pthread_condattr_init -- initialize or destroy condition variable attributes object ( Index Term Link )
 
 pthread_condattr_setpshared -- get or set the process-shared condition variable attributes ( Index Term Link )
 
 pthread_create - create a thread ( Index Term Link )
 
 pthread_detach - detach a thread ( Index Term Link )
 
 pthread_equal - compare thread IDs ( Index Term Link )
 
 pthread_exit - terminate calling thread ( Index Term Link )
 
 pthread_getconcurrency -- get or set level of concurrency ( Index Term Link )
 
 pthread_getschedparam -- access dynamic thread scheduling parameters ( Index Term Link )
 
 pthread_getspecific -- manage thread-specific data ( Index Term Link )
 
 pthread_join - wait for thread termination ( Index Term Link )
 
 pthread_key_create - create thread-specific data key ( Index Term Link ) ( Index Term Link )
 
 pthread_key_delete - delete thread-specific data key ( Index Term Link )
 
 pthread_mutex_consistent_np - make a mutex consistent after owner death ( Index Term Link )
 
 pthread_mutex_destroy -- initialize or destroy a mutex ( Index Term Link )
 
 pthread_mutex_getprioceiling -- change the priority ceiling of a mutex ( Index Term Link )
 
 pthread_mutex_init -- initialize or destroy a mutex ( Index Term Link )
 
 pthread_mutex_lock -- lock or unlock a mutex ( Index Term Link )
 
 pthread_mutex_setprioceiling -- change the priority ceiling of a mutex ( Index Term Link )
 
 pthread_mutex_trylock -- lock or unlock a mutex ( Index Term Link )
 
 pthread_mutex_unlock -- lock or unlock a mutex ( Index Term Link )
 
 pthread_mutexattr_destroy -- initialize and destroy mutex attributes object ( Index Term Link )
 
 pthread_mutexattr_getprioceiling -- get and set prioceiling attribute of mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_getprotocol -- get and set protocol attribute of mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_getpshared -- get and set process-shared attribute ( Index Term Link )
 
 pthread_mutexattr_gettype -- get or set a mutex type ( Index Term Link )
 
 pthread_mutexattr_init -- initialize and destroy mutex attributes object ( Index Term Link )
 
 pthread_mutexattr_setprioceiling -- get and set prioceiling attribute of mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_setprotocol -- get and set protocol attribute of mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_setpshared -- get and set process-shared attribute ( Index Term Link )
 
 pthread_mutexattr_settype -- get or set a mutex type ( Index Term Link )
 
 pthread_once - initialize dynamic package ( Index Term Link )
 
 pthread_rwlock_destroy -- initialize or destroy a read-write lock object ( Index Term Link )
 
 pthread_rwlock_init -- initialize or destroy a read-write lock object ( Index Term Link )
 
 pthread_rwlock_rdlock -- lock or attempt to lock a read-write lock object for reading ( Index Term Link )
 
 pthread_rwlock_tryrdlock -- lock or attempt to lock a read-write lock object for reading ( Index Term Link )
 
 pthread_rwlock_trywrlock -- lock or attempt to lock a read-write lock object for writing ( Index Term Link )
 
 pthread_rwlock_unlock - unlock a read-write lock object ( Index Term Link )
 
 pthread_rwlock_wrlock -- lock or attempt to lock a read-write lock object for writing ( Index Term Link )
 
 pthread_rwlockattr_destroy -- initialize and destroy read-write lock attributes object ( Index Term Link )
 
 pthread_rwlockattr_getpshared -- get and set process-shared attribute of read-write lock attributes object ( Index Term Link )
 
 pthread_rwlockattr_init -- initialize and destroy read-write lock attributes object ( Index Term Link )
 
 pthread_rwlockattr_setpshared -- get and set process-shared attribute of read-write lock attributes object ( Index Term Link )
 
 pthread_self - get calling thread's ID ( Index Term Link )
 
 pthread_setcancelstate - enable or disable cancellation ( Index Term Link )
 
 pthread_setcancelstate - enabling or disabling cancellation ( Index Term Link )
 
 pthread_setcanceltype - set the cancellation type of a thread ( Index Term Link )
 
 pthread_setconcurrency -- get or set level of concurrency ( Index Term Link )
 
 pthread_setschedparam -- access dynamic thread scheduling parameters ( Index Term Link )
 
 pthread_setspecific -- manage thread-specific data ( 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 )
 
 push a thread cancellation cleanup handler - pthread_cleanup_push ( Index Term Link )