...c () pthread_join () pthread_key_create () pthread_key_delete () pthread_mutex_destroy () pthread_mutex_init () pthread_mutex_lock () pthread_mutex_trylock () pthread_mutex_unlo…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…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…System bootup process NAME bootup - System bootup process DESCRIPTION A number of different components are involved in the boot of a Linux system. Immediately after power-up, the s…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 POSIX semaphores NAME sem_overview - overview of POSIX semaphores DESCRIPTION POSIX semaphores allow processes and threads to synchronize their actions. A semaphore is …introduction to boot time parameters of the Linux kernel NAME bootparam - introduction to boot time parameters of the Linux kernel DESCRIPTION The Linux kernel accepts certain 'com…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…Special systemd units NAME systemd.special - Special systemd units SYNOPSIS basic.target, bluetooth.target, cryptsetup-pre.target, cryptsetup.target, veritysetup-pre.target, verity…Kernel command line parameters NAME kernel-command-line - Kernel command line parameters SYNOPSIS /proc/cmdline DESCRIPTION The kernel, the programs running in the initrd and in th…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…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…System bootup process based on UNIX System V Release 4 NAME boot - System bootup process based on UNIX System V Release 4 DESCRIPTION The bootup process (or " boot sequence ") vari…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…define a new subscription NAME CREATE_SUBSCRIPTION - define a new subscription SYNOPSIS CREATE SUBSCRIPTION subscription_name CONNECTION ' conninfo ' PUBLICATION publication_name […define a new aggregate function NAME CREATE_AGGREGATE - define a new aggregate function SYNOPSIS CREATE [ OR REPLACE ] AGGREGATE name ( [ argmode ] [ argname ] arg_data_type [ , ..…Linux IPv6 protocol implementation NAME ipv6 - Linux IPv6 protocol implementation SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> tcp6_socket = socket(AF_INET6, SOCK_STREA…monitoring filesystem events NAME inotify - monitoring filesystem events DESCRIPTION The inotify API provides a mechanism for monitoring filesystem events. Inotify can be used to m…user environment NAME environ - user environment SYNOPSIS extern char ** environ ; DESCRIPTION The variable environ points to an array of pointers to strings called the "environmen…Writing and packaging system daemons NAME daemon - Writing and packaging system daemons DESCRIPTION A daemon is a service process that runs in the background and supervises the sys…