operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…lock a semaphore NAME sem_wait, sem_timedwait, sem_trywait - lock a semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_wait(…lock a semaphore NAME sem_wait, sem_timedwait, sem_trywait - lock a semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_wait(…lock a semaphore NAME sem_wait, sem_timedwait, sem_trywait - lock a semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_wait(…unlock a semaphore NAME sem_post - unlock a semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_post(sem_t * sem ); DESCRIPTI…get the value of a semaphore NAME sem_getvalue - get the value of a semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_getva…asynchronous network address and service translation NAME getaddrinfo_a, gai_suspend, gai_error, gai_cancel - asynchronous network address and service translation LIBRARY Asynchron…asynchronous network address and service translation NAME getaddrinfo_a, gai_suspend, gai_error, gai_cancel - asynchronous network address and service translation LIBRARY Asynchron…asynchronous network address and service translation NAME getaddrinfo_a, gai_suspend, gai_error, gai_cancel - asynchronous network address and service translation LIBRARY Asynchron…asynchronous network address and service translation NAME getaddrinfo_a, gai_suspend, gai_error, gai_cancel - asynchronous network address and service translation LIBRARY Asynchron…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…atomically release blocked signals and wait for interrupt NAME sigpause - atomically release blocked signals and wait for interrupt LIBRARY Standard C library ( libc , -lc ) SYNOPS…initialize an unnamed semaphore NAME sem_init - initialize an unnamed semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_ini…destroy an unnamed semaphore NAME sem_destroy - destroy an unnamed semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_destro…initiate a list of I/O requests NAME lio_listio - initiate a list of I/O requests LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <aio.h> int lio_listio(int mode , str…