...pthread_atfork (3), pthread_attr_init (3), pthread_cancel (3), pthread_cleanup_push (3), pthread_cond_signal (3), pthread_cond_wait (3), pthread_create (3), pthread_detach (3), …...ead_cleanup_pop () pthread_cond_broadcast () pthread_cond_destroy () pthread_cond_init () pthread_cond_signal () pthread_cond_timedwait () pthread_cond_wait () pthread_condattr_…overview of signals NAME signal - overview of signals DESCRIPTION Linux supports both POSIX reliable signals (hereinafter "standard signals") and POSIX real-time signals. Signal di…SPU filesystem NAME spufs - SPU filesystem DESCRIPTION The SPU filesystem is used on PowerPC machines that implement the Cell Broadband Engine Architecture in order to access Syner…Native POSIX Threads Library NAME nptl - Native POSIX Threads Library DESCRIPTION NPTL (Native POSIX Threads Library) is the GNU C library POSIX threads implementation that is used…async-signal-safe functions NAME signal-safety - async-signal-safe functions DESCRIPTION An async-signal-safe function is one that can be safely called from within a signal handler…generate a notification NAME NOTIFY - generate a notification SYNOPSIS NOTIFY channel [ , payload ] DESCRIPTION The NOTIFY command sends a notification event together with an optio…overview of system data types NAME system_data_types - overview of system data types DESCRIPTION siginfo_t Include : <signal.h> . Alternatively, <sys/wait.h> . typedef struct { int…show the execution plan of a statement NAME EXPLAIN - show the execution plan of a statement SYNOPSIS EXPLAIN [ ( option [, ...] ) ] statement where option can be one of: ANALYZE […POSIX asynchronous I/O overview NAME aio - POSIX asynchronous I/O overview DESCRIPTION The POSIX asynchronous I/O (AIO) interface allows applications to initiate one or more I/O op…overview of Linux PID namespaces NAME pid_namespaces - overview of Linux PID namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). PID namespaces isolate the pr…POSIX safety concepts NAME attributes - POSIX safety concepts DESCRIPTION Note : the text of this man page is based on the material taken from the "POSIX Safety Concepts" section o…overview of Memory Protection Keys NAME pkeys - overview of Memory Protection Keys DESCRIPTION Memory Protection Keys (pkeys) are an extension to existing page-based memory permiss…List all manpages from the systemd project NAME systemd.index - List all manpages from the systemd project 3 30-systemd-environment-d-generator (8) — Load variables specified by en…Linux socket interface NAME socket - Linux socket interface SYNOPSIS #include <sys/socket.h> sockfd = socket(int socket_family , int socket_type , int protocol ); DESCRIPTION This …process identifiers NAME credentials - process identifiers DESCRIPTION Process ID (PID) Each process has a unique nonnegative integer identifier that is assigned when the process i…universal character set NAME unicode - universal character set DESCRIPTION The international standard ISO/IEC 10646 defines the Universal Character Set (UCS). UCS contains all char…overview of pipes and FIFOs NAME pipe - overview of pipes and FIFOs DESCRIPTION Pipes and FIFOs (also known as named pipes) provide a unidirectional interprocess communication chan…overview of CPU scheduling NAME sched - overview of CPU scheduling DESCRIPTION Since Linux 2.6.23, the default scheduler is CFS, the "Completely Fair Scheduler". The CFS scheduler …first-in first-out special file, named pipe NAME fifo - first-in first-out special file, named pipe DESCRIPTION A FIFO special file (a named pipe) is similar to a pipe, except that…