get the "child subreaper" attribute of the calling process NAME PR_GET_CHILD_SUBREAPER - get the "child subreaper" attribute of the calling process LIBRARY Standard C library (...set the parent-death signal of the calling process NAME PR_SET_PDEATHSIG - set the parent-death signal of the calling process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…...rno is set to indicate the error. STANDARDS Linux. HISTORY Linux 3.4. SEE ALSO prctl (2), PR_GET_CHILD_SUBREAPER (2const)...st argument can be: PR_CAP_AMBIENT PR_CAPBSET_READ PR_CAPBSET_DROP PR_SET_CHILD_SUBREAPER PR_GET_CHILD_SUBREAPER PR_SET_DUMPABLE PR_GET_DUMPABLE PR_SET_ENDIAN PR_GET_ENDIAN PR_S…get process identification NAME getpid, getppid - get process identification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t getpid(void); pid_t getppi…get process identification NAME getpid, getppid - get process identification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t getpid(void); pid_t getppi…terminate the calling process NAME _exit, _Exit - terminate the calling process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> [[noreturn]] void _exit(int s…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…get the clear_child_tid address NAME PR_GET_TID_ADDRESS - get the clear_child_tid address LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition …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…set the Memory-Deny-Write-Execute protection mask for the calling process NAME PR_SET_MDWE - set the Memory-Deny-Write-Execute protection mask for the calling process LIBRARY Stand…set the state of the "THP disable" flag for the calling thread NAME PR_SET_THP_DISABLE - set the state of the "THP disable" flag for the calling thread LIBRARY Standard C library (…change the IO_FLUSHER state NAME PR_SET_IO_FLUSHER - change the IO_FLUSHER state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition of PR_* c…set the "current" timer slack value for the calling thread NAME PR_SET_TIMERSLACK - set the "current" timer slack value for the calling thread LIBRARY Standard C library ( libc , -…enable or disable kernel management of Memory Protection eXtensions (MPX) NAME PR_MPX_ENABLE_MANAGEMENT, PR_MPX_DISABLE_MANAGEMENT - enable or disable kernel management of Memory P…create a child process NAME fork - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t fork(void); DESCRIPTION fork () creates a new…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…get the state of a speculation misfeature for the calling thread NAME PR_GET_SPECULATION_CTRL - get the state of a speculation misfeature for the calling thread LIBRARY Standard C …