pthread_attr_setstackaddr [pthread_attr_getstackaddr](3p)-getandset the stackaddr attribute
pthread_attr_setstacksize [pthread_attr_getstacksize](3p)-getandset the stacksize attribute
pthread_barrier_destroy [pthread_barrier_init](3p)- destroy and initialize a barrier object (ADVANCED REALTIME THREADS)
pthread_barrier_init (3p)- destroy and initialize a barrier object (ADVANCED REALTIME THREADS)
pthread_barrier_wait (3p)- synchronize at a barrier (ADVANCED REALTIME THREADS)
pthread_barrierattr_destroy [pthread_barrierattr_init](3p)- destroy and initialize the barrier attributes object (ADVANCED REALTIME THREADS)
pthread_barrierattr_getpshared (3p)-getandset the process-shared attribute of the barrier attributes object (ADVANCED REALTIME THREADS)
pthread_barrierattr_init (3p)- destroy and initialize the barrier attributes object (ADVANCED REALTIME THREADS)
pthread_barrierattr_setpshared [pthread_barrierattr_getpshared](3p)-getandset the process-shared attribute of the barrier attributes object (ADVANCED REALTIME THREADS)
pthread_getspecific (3p)- thread-specific data management
pthread_join (3p)- wait for thread termination
pthread_key_create (3p)- thread-specific data key creation
pthread_key_delete (3p)- thread-specific data key deletion
pthread_kill (3p)- send a signal to a thread
pthread_mutex_destroy [pthread_mutex_init](3p)- destroy and initialize a mutex
pthread_mutex_getprioceiling (3p)-getandset the priority ceiling of a mutex (REALTIME THREADS)
pthread_mutex_init (3p)- destroy and initialize a mutex
pthread_mutex_lock (3p)- lock and unlock a mutex
pthread_mutex_setprioceiling [pthread_mutex_getprioceiling](3p)-getandset the priority ceiling of a mutex (REALTIME THREADS)
pthread_mutex_timedlock (3p)- lock a mutex (ADVANCED REALTIME)
pthread_mutex_trylock [pthread_mutex_lock](3p)- lock and unlock a mutex
pthread_mutex_unlock [pthread_mutex_lock](3p)- lock and unlock a mutex
pthread_mutexattr_destroy [pthread_mutexattr_init](3p)- destroy and initialize the mutex attributes object
pthread_mutexattr_getprioceiling (3p)-getandset the prioceiling attribute of the mutex attributes object (REALTIME THREADS)
pthread_mutexattr_getprotocol (3p)-getandset the protocol attribute of the mutex attributes object (REALTIME THREADS)
pthread_mutexattr_getpshared (3p)-getandset the process-shared attribute
pthread_mutexattr_gettype (3p)-getandset the mutex type attribute
pthread_mutexattr_init (3p)- destroy and initialize the mutex attributes object
pthread_mutexattr_setprioceiling [pthread_mutexattr_getprioceiling](3p)-getandset the prioceiling attribute of the mutex attributes object (REALTIME THREADS)
pthread_mutexattr_setprotocol [pthread_mutexattr_getprotocol](3p)-getandset the protocol attribute of the mutex attributes object (REALTIME THREADS)
pthread_mutexattr_setpshared [pthread_mutexattr_getpshared](3p)-getandset the process-shared attribute
pthread_mutexattr_settype [pthread_mutexattr_gettype](3p)-getandset the mutex type attribute
pthread_once (3p)- dynamic package initialization
pthread_rwlock_destroy [pthread_rwlock_init](3p)- destroy and initialize a read-write lock object
pthread_rwlock_init (3p)- destroy and initialize a read-write lock object
pthread_rwlock_rdlock (3p)- lock a read-write lock object for reading
pthread_rwlock_timedrdlock (3p)- lock a read-write lock for reading
pthread_rwlock_timedwrlock (3p)- lock a read-write lock for writing
pthread_rwlock_tryrdlock [pthread_rwlock_rdlock](3p)- lock a read-write lock object for reading
pthread_rwlock_trywrlock [pthread_rwlock_wrlock](3p)- lock a read-write lock object for writing
pthread_rwlock_unlock (3p)- unlock a read-write lock object
pthread_rwlock_wrlock (3p)- lock a read-write lock object for writing
pthread_rwlockattr_destroy [pthread_rwlockattr_init](3p)- destroy and initialize the read-write lock attributes object
pthread_rwlockattr_getpshared (3p)-getandset the process-shared attribute of the read-write lock attributes object
pthread_rwlockattr_init (3p)- destroy and initialize the read-write lock attributes object
pthread_rwlockattr_setpshared [pthread_rwlockattr_getpshared](3p)-getandset the process-shared attribute of the read-write lock attributes object
pthread_self (3p)-get the calling thread ID
pthread_setcancelstate [pthread_testcancel](3p)-set cancelability state
pthread_setcanceltype [pthread_testcancel](3p)-set cancelability state
pthread_setconcurrency [pthread_getconcurrency](3p)-getandset the level of concurrency