set pointer to thread ID NAME set_tid_address - set pointer to thread ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <s......and do a wakeup on the futex at that address. The address involved may be changed by the set_tid_address (2) system call. This is used by threading libraries. CLONE_CHILD_SETTID…...and do a wakeup on the futex at that address. The address involved may be changed by the set_tid_address (2) system call. This is used by threading libraries. CLONE_CHILD_SETTID…...and do a wakeup on the futex at that address. The address involved may be changed by the set_tid_address (2) system call. This is used by threading libraries. CLONE_CHILD_SETTID…operations on a process or thread NAME prctl - operations on a process or thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition of PR_* c…set up performance monitoring NAME perf_event_open - set up performance monitoring LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/perf_event.h> /* Definition of…fast user-space locking NAME futex - fast user-space locking LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/futex.h> /* Definition of FUTEX_* constants */ #incl…queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/signal.h> /* Definition…queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/signal.h> /* Definition…send a signal to a thread NAME tkill, tgkill - send a signal to a thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* Definition of SIG* constants */ #…send a signal to a thread NAME tkill, tgkill - send a signal to a thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* Definition of SIG* constants */ #…get thread identification NAME gettid - get thread identification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE #include <unistd.h> pid_t gettid(void); DES…Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…compare two processes to determine if they share a kernel resource NAME kcmp - compare two processes to determine if they share a kernel resource LIBRARY Standard C library ( libc …create a file descriptor for accepting signals NAME signalfd - create a file descriptor for accepting signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/signa…create a file descriptor for accepting signals NAME signalfd - create a file descriptor for accepting signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/signa…create and initialize fanotify group NAME fanotify_init - create and initialize fanotify group LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Definition o…indirect system call NAME syscall - indirect system call LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <u…create an endpoint for communication NAME socket - create an endpoint for communication LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int socket(int do…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…