...thread_cancel () pthread_cleanup_push () pthread_cleanup_pop () pthread_cond_broadcast () pthread_cond_destroy () pthread_cond_init () pthread_cond_signal () pthread_cond_timedw…POSIX threads NAME pthreads - POSIX threads DESCRIPTION POSIX.1 specifies a set of interfaces (functions, header files) for threaded programming commonly known as POSIX threads, or…overview of POSIX semaphores NAME sem_overview - overview of POSIX semaphores DESCRIPTION POSIX semaphores allow processes and threads to synchronize their actions. A semaphore is …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 […remove a table NAME DROP_TABLE - remove a table SYNOPSIS DROP TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP TABLE removes tables from the database. Only …define a new savepoint within the current transaction NAME SAVEPOINT - define a new savepoint within the current transaction SYNOPSIS SAVEPOINT savepoint_name DESCRIPTION SAVEPOINT…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…roll back to a savepoint NAME ROLLBACK_TO_SAVEPOINT - roll back to a savepoint SYNOPSIS ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name DESCRIPTION Roll back all co…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…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…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…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…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 …remove extended statistics NAME DROP_STATISTICS - remove extended statistics SYNOPSIS DROP STATISTICS [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP STATISTICS …remove an event trigger NAME DROP_EVENT_TRIGGER - remove an event trigger SYNOPSIS DROP EVENT TRIGGER [ IF EXISTS ] name [ CASCADE | RESTRICT ] DESCRIPTION DROP EVENT TRIGGER remov…remove a trigger NAME DROP_TRIGGER - remove a trigger SYNOPSIS DROP TRIGGER [ IF EXISTS ] name ON table_name [ CASCADE | RESTRICT ] DESCRIPTION DROP TRIGGER removes an existing tri…remove a foreign table NAME DROP_FOREIGN_TABLE - remove a foreign table SYNOPSIS DROP FOREIGN TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP FOREIGN TABLE…overview of time and timers NAME time - overview of time and timers DESCRIPTION Real time and process time Real time is defined as time measured from some fixed point, either from …overview of Linux IPC namespaces NAME ipc_namespaces - overview of Linux IPC namespaces DESCRIPTION IPC namespaces isolate certain IPC resources, namely, System V IPC objects (see …per-user keyring NAME user-keyring - per-user keyring DESCRIPTION The user keyring is a keyring used to anchor keys on behalf of a user. Each UID the kernel deals with has its own …