operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy...operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy...operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy...operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy...operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy...operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy...wait for a signal NAME sigwait - wait for a signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigwait(const sigset_t *restrict set , int *restrict s…condition creation attributes NAME pthread_condattr_init, pthread_condattr_destroy - condition creation attributes SYNOPSIS #include <pthread.h> int pthread_condattr_init(pthread_c…condition creation attributes NAME pthread_condattr_init, pthread_condattr_destroy - condition creation attributes SYNOPSIS #include <pthread.h> int pthread_condattr_init(pthread_c…examine and change mask of blocked signals NAME pthread_sigmask - examine and change mask of blocked signals LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #incl…queue a signal and data to a thread NAME pthread_sigqueue - queue a signal and data to a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <signal.h…set/get signal mask attribute in thread attributes object NAME pthread_attr_setsigmask_np, pthread_attr_getsigmask_np - set/get signal mask attribute in thread attributes object LI…set/get signal mask attribute in thread attributes object NAME pthread_attr_setsigmask_np, pthread_attr_getsigmask_np - set/get signal mask attribute in thread attributes object LI…send a signal to a thread NAME pthread_kill - send a signal to a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <signal.h> int pthread_kill(pthre…send a cancelation request to a thread NAME pthread_cancel - send a cancelation request to a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthr…create a new thread NAME pthread_create - create a new thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_create(pthread_t *r…queue a signal and data to a process NAME sigqueue - queue a signal and data to a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigqueue(pid_t …operations on mutexes NAME pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy - operations on mutexes SYNOPSIS #include <pth…operations on mutexes NAME pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy - operations on mutexes SYNOPSIS #include <pth…operations on mutexes NAME pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy - operations on mutexes SYNOPSIS #include <pth…