Pages du manuel Linux : Fonctions des bibliothèques

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_getschedparam
See pthread_setschedparam.3
pthread_getspecific
thread-specific data management
pthread_join
wait for thread termination
pthread_join
attend la fin d'un autre thread
pthread_join
create a thread
pthread_key_create
thread-specific data key creation
pthread_key_create
gestion de données spécifiques à un thread
pthread_key_delete
thread-specific data key deletion
pthread_kill
send a signal to a thread
pthread_kill
send a signal to a thread
pthread_kill
See pthread_sigmask.3
pthread_kill_other_threads_np
interrompt tous les autres threads du processus.
pthread_linux
get the thread identifier of the Linux thread
pthread_make_periodic_np
mark a realtime thread as periodic
pthread_mutexattr_destroy
See pthread_mutexattr_init.3posix
pthread_mutexattr_getkind_np
See pthread_mutexattr_init.3
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_init
attributs de création de mutex
pthread_mutexattr_setkind_np
attributs de création de thread déconseillés.
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_init
opérations sur les 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_once
exécution unique
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
pthread_rwlock_destroy
See pthread_rwlock_init.3posix
pthread_rwlock_init
destroy and initialize a read-write lock object
pthread_rwlock_rdlock
lock a read-write lock object for reading
pthread_rwlock_timedrdlock
lock a read-write lock for reading
pthread_rwlock_timedwrlock
lock a read-write lock for writing