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…get a System V semaphore set identifier NAME semget - get a System V semaphore set identifier LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sem.h> int semget(key…set pointer to thread ID NAME set_tid_address - set pointer to thread ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constant…manipulate thread-local storage information NAME get_thread_area, set_thread_area - manipulate thread-local storage information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…manipulate thread-local storage information NAME get_thread_area, set_thread_area - manipulate thread-local storage information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…System V semaphore control operations NAME semctl - System V semaphore control operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sem.h> int semctl(int sem…change properties of a mount or mount tree NAME mount_setattr - change properties of a mount or mount tree LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fcntl.…synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #de…set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #de…set architecture-specific thread state NAME arch_prctl - set architecture-specific thread state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/prctl.h> /* Definit…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…examine and change blocked signals NAME sigprocmask, rt_sigprocmask - examine and change blocked signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* P…examine and change blocked signals NAME sigprocmask, rt_sigprocmask - examine and change blocked signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* P…examine pending signals NAME sigpending, rt_sigpending - examine pending signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigpending(sigset_t * se…