signal handling with System V semantics NAME sysv_signal - signal handling with System V semantics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See fea…signal handling with BSD semantics NAME bsd_signal - signal handling with BSD semantics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> typedef void (*sighan…BSD signal API NAME sigvec, sigblock, sigsetmask, siggetmask, sigmask - BSD signal API LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> [[deprecated]] int sig…BSD signal API NAME sigvec, sigblock, sigsetmask, siggetmask, sigmask - BSD signal API LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> [[deprecated]] int sig…BSD signal API NAME sigvec, sigblock, sigsetmask, siggetmask, sigmask - BSD signal API LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> [[deprecated]] int sig…BSD signal API NAME sigvec, sigblock, sigsetmask, siggetmask, sigmask - BSD signal API LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> [[deprecated]] int sig…BSD signal API NAME sigvec, sigblock, sigsetmask, siggetmask, sigmask - BSD signal API LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> [[deprecated]] int sig…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(…API for miscellaneous information in the /proc filesystem NAME procps_misc - API for miscellaneous information in the /proc filesystem SYNOPSIS #include <libproc2/misc.h> Platform …API to access process information in the /proc filesystem NAME procps_pids - API to access process information in the /proc filesystem SYNOPSIS #include <libproc2/pids.h> int procp…set/get the name of a thread NAME pthread_setname_np, pthread_getname_np - set/get the name of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _G…set/get the name of a thread NAME pthread_setname_np, pthread_getname_np - set/get the name of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _G…execute program specified via file descriptor NAME fexecve - execute program specified via file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> in…read and/or clear kernel message ring buffer; set console_loglevel NAME syslog, klogctl - read and/or clear kernel message ring buffer; set console_loglevel LIBRARY Standard C libr…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…obtain name used to invoke calling program NAME program_invocation_name, program_invocation_short_name - obtain name used to invoke calling program LIBRARY Standard C library ( lib…obtain name used to invoke calling program NAME program_invocation_name, program_invocation_short_name - obtain name used to invoke calling program LIBRARY Standard C library ( lib…