lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…System V shared memory operations NAME shmat, shmdt - System V shared memory operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> void *shmat(int shmi…System V shared memory operations NAME shmat, shmdt - System V shared memory operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> void *shmat(int shmi…System V shared memory operations NAME shmat, shmdt - System V shared memory operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> void *shmat(int shmi…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…read/write system parameters NAME sysctl - read/write system parameters SYNOPSIS #include <unistd.h> #include <linux/sysctl.h> [[deprecated]] int _sysctl(struct __sysctl_args * arg…duplicating pipe content NAME tee - duplicating pipe content LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <fcntl…change the name or location of a file NAME rename, renameat, renameat2 - change the name or location of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h>…change the name or location of a file NAME rename, renameat, renameat2 - change the name or location of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h>…change the name or location of a file NAME rename, renameat, renameat2 - change the name or location of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h>…send multiple messages on a socket NAME sendmmsg - send multiple messages on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_mac…send a signal to a process specified by a file descriptor NAME pidfd_send_signal - send a signal to a process specified by a file descriptor LIBRARY Standard C library ( libc , -lc…bind a name to a socket NAME bind - bind a name to a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int bind(int sockfd , const struct sockaddr *…execute an SPU context NAME spu_run - execute an SPU context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #include <s…create an anonymous file NAME memfd_create - create an anonymous file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #inclu…receive multiple messages on a socket NAME recvmmsg - receive multiple messages on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_te…