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