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…set and get scheduling policy and attributes NAME sched_setattr, sched_getattr - set and get scheduling policy and attributes LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…set and get scheduling policy and attributes NAME sched_setattr, sched_getattr - set and get scheduling policy and attributes LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…manipulate the kernel's key management facility NAME keyctl - manipulate the kernel's key management facility LIBRARY Standard C library ( libc , -lc ) Alternatively, Linux Key Man…set and get scheduling parameters NAME sched_setparam, sched_getparam - set and get scheduling parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int …set and get scheduling parameters NAME sched_setparam, sched_getparam - set and get scheduling parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int …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 and get scheduling policy/parameters NAME sched_setscheduler, sched_getscheduler - set and get scheduling policy/parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…set and get scheduling policy/parameters NAME sched_setscheduler, sched_getscheduler - set and get scheduling policy/parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…Linux system calls NAME syscalls - Linux system calls SYNOPSIS Linux system calls. DESCRIPTION The system call is the fundamental interface between an application and the Linux ker…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…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.…get/set message queue attributes NAME mq_getsetattr - get/set message queue attributes SYNOPSIS #include <mqueue.h> /* Definition of struct mq_attr */ #include <sys/syscall.h> /* D…set the process execution domain NAME personality - set the process execution domain LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/personality.h> int personality…determine CPU and NUMA node on which the calling thread is running NAME getcpu - determine CPU and NUMA node on which the calling thread is running LIBRARY Standard C library ( lib…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…get a System V message queue identifier NAME msgget - get a System V message queue identifier LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/msg.h> int msgget(key…request a key from the kernel's key management facility NAME request_key - request a key from the kernel's key management facility LIBRARY Linux Key Management Utilities ( libkeyut…perform a command on an extended BPF map or program NAME bpf - perform a command on an extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr …