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…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…send signal to a process group NAME killpg - send signal to a process group LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int killpg(int pgrp , int sig ); …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…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…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 …cause normal process termination NAME exit - cause normal process termination LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> [[noreturn]] void exit(int stat…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…send a signal to the caller NAME raise - send a signal to the caller LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int raise(int sig ); DESCRIPTION The rai…software signal facility NAME gsignal, ssignal - software signal facility LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> typedef void (*sighandler_t)(int); …software signal facility NAME gsignal, ssignal - software signal facility LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> typedef void (*sighandler_t)(int); …send a message to a message queue NAME mq_send, mq_timedsend - send a message to a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_send…send a message to a message queue NAME mq_send, mq_timedsend - send a message to a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_send…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…print signal description NAME psignal, psiginfo - print signal description LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> void psignal(int sig , const char …