Pages du manuel Linux : Fonctions des bibliothèques

pthread_attr_setinheritsched
See pthread_attr_init.3
pthread_attr_setschedparam
See pthread_attr_getschedparam.3posix
pthread_attr_setschedparam
See pthread_attr_init.3
pthread_attr_setschedpolicy
See pthread_attr_getschedpolicy.3posix
pthread_attr_setschedpolicy
See pthread_attr_init.3
pthread_attr_setscope
See pthread_attr_getscope.3posix
pthread_attr_setscope
See pthread_attr_init.3
pthread_attr_setstack
See pthread_attr_getstack.3posix
pthread_attr_setstackaddr
See pthread_attr_getstackaddr.3posix
pthread_attr_setstacksize
See pthread_attr_getstacksize.3posix
pthread_barrierattr_destroy
See pthread_barrierattr_init.3posix
pthread_barrierattr_getpshared
get and set the process-shared attribute of the barrier attributes object (ADVANCED REALTIME THREADS)
pthread_barrierattr_init
destroy and initialize the barrier attributes object (ADVANCED REALTIME THREADS)
pthread_barrierattr_setpshared
See pthread_barrierattr_getpshared.3posix
pthread_barrier_destroy
See pthread_barrier_init.3posix
pthread_barrier_init
destroy and initialize a barrier object (ADVANCED REALTIME THREADS)
pthread_barrier_wait
synchronize at a barrier (ADVANCED REALTIME THREADS)
pthread_cancel
cancel execution of a thread
pthread_cancel
Annulation de thread.
pthread_cancel
stop and cancel a thread (not recommended)
pthread_cleanup_pop
See pthread_cleanup_push.3posix
pthread_cleanup_pop
See pthread_cleanup_push.3
pthread_cleanup_pop_restore_np
See pthread_cleanup_push.3
pthread_cleanup_push
establish cancellation handlers
pthread_cleanup_push
Installer et enlever des gestionnaires de nettoyage.
pthread_cleanup_push_defer_np
See pthread_cleanup_push.3
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_init
attributs de création de conditions
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_init
opérations sur les conditions.
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_create
crée un nouveau thread
pthread_create
create a thread
pthread_delete_np
delete a real-time thread
pthread_detach
detach a thread
pthread_detach
place un thread en cours d'éxécution dans l'état détaché.
pthread_equal
compare thread IDs
pthread_equal
compare deux identifiants de threads
pthread_exit
thread termination
pthread_exit
termine le thread appelant.