Pages du manuel Linux : Fonctions des bibliothèques / posix
- pthread_cancel
- cancel execution of a thread
- pthread_cleanup_pop
- See pthread_cleanup_push.3posix
- pthread_cleanup_push
- establish cancellation handlers
- pthread_condattr_destroy
- See pthread_condattr_init.3posix
- pthread_condattr_getclock
- get and set the clock selection condition variable attribute (ADVANCED REALTIME)
- pthread_condattr_getpshared
- get and set the process-shared condition variable attributes
- pthread_condattr_init
- destroy and initialize the condition variable attributes object
- pthread_condattr_setclock
- See pthread_condattr_getclock.3posix
- pthread_condattr_setpshared
- See pthread_condattr_getpshared.3posix
- pthread_cond_broadcast
- See pthread_cond_signal.3posix
- pthread_cond_destroy
- See pthread_cond_init.3posix
- pthread_cond_init
- destroy and initialize condition variables
- pthread_cond_signal
- broadcast or signal a condition
- pthread_cond_timedwait
- See pthread_cond_wait.3posix
- pthread_cond_wait
- wait on a condition
- pthread_create
- thread creation
- pthread_detach
- detach a thread
- pthread_equal
- compare thread IDs
- pthread_exit
- thread termination
- pthread_getconcurrency
- get and set the level of concurrency
- pthread_getcpuclockid
- access a thread CPU-time clock (ADVANCED REALTIME THREADS)
- pthread_getschedparam
- dynamic thread scheduling parameters access (REALTIME THREADS)
- pthread_getspecific
- thread-specific data management
- pthread_join
- wait for thread termination
- pthread_key_create
- thread-specific data key creation
- pthread_key_delete
- thread-specific data key deletion
- pthread_kill
- send a signal to a thread
- pthread_mutexattr_destroy
- See pthread_mutexattr_init.3posix
- pthread_mutexattr_getprioceiling
- pthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (REALTIME THREADS)
- pthread_mutexattr_getprotocol
- get and set the protocol attribute of the mutex attributes object (REALTIME THREADS)
- pthread_mutexattr_getpshared
- get and set the process-shared attribute
- pthread_mutexattr_gettype
- get and set the mutex type attribute
- pthread_mutexattr_init
- destroy and initialize the mutex attributes object
- pthread_mutexattr_setprioceiling
- See pthread_mutexattr_getprioceiling.3posix
- pthread_mutexattr_setprotocol
- See pthread_mutexattr_getprotocol.3posix
- pthread_mutexattr_setpshared
- See pthread_mutexattr_getpshared.3posix
- pthread_mutexattr_settype
- See pthread_mutexattr_gettype.3posix
- pthread_mutex_destroy
- See pthread_mutex_init.3posix
- pthread_mutex_getprioceiling
- get and set the priority ceiling of a mutex (REALTIME THREADS)
- pthread_mutex_init
- destroy and initialize a mutex
- pthread_mutex_lock
- pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
- pthread_mutex_setprioceiling
- See pthread_mutex_getprioceiling.3posix
- pthread_mutex_timedlock
- lock a mutex (ADVANCED REALTIME)
- pthread_mutex_trylock
- See pthread_mutex_lock.3posix
- pthread_mutex_unlock
- See pthread_mutex_lock.3posix
- pthread_once
- dynamic package initialization
- pthread_rwlockattr_destroy
- See pthread_rwlockattr_init.3posix
- pthread_rwlockattr_getpshared
- get and set the process-shared attribute of the read-write lock attributes object
- pthread_rwlockattr_init
- destroy and initialize the read-write lock attributes object
- pthread_rwlockattr_setpshared
- See pthread_rwlockattr_getpshared.3posix