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 a POSIX per-process timer NAME timer_create - create a POSIX per-process timer LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <signal.h> /* Definition of SIGEV…high-resolution sleep with specifiable clock NAME clock_nanosleep - high-resolution sleep with specifiable clock LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before …high-resolution sleep NAME nanosleep - high-resolution sleep LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> int nanosleep(const struct timespec * duration , s…set an alarm clock for delivery of a signal NAME alarm - set an alarm clock for delivery of a signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> unsigned…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…wait for signal NAME pause - wait for signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int pause(void); DESCRIPTION pause () causes the calling process…unload a kernel module NAME delete_module - unload a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Definition of O_* constants */ #include …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…System V semaphore operations NAME semop, semtimedop - System V semaphore operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sem.h> int semop(int semid , s…System V semaphore operations NAME semop, semtimedop - System V semaphore operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sem.h> int semop(int semid , s…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…synchronous I/O multiplexing NAME select, pselect - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS See select (2) DESCRIPTION The select () and pse…get or set value of an interval timer NAME getitimer, setitimer - get or set value of an interval timer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/time.h> int…get or set value of an interval timer NAME getitimer, setitimer - get or set value of an interval timer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/time.h> int…get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants…get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants…create a file descriptor for handling page faults in user space NAME userfaultfd - create a file descriptor for handling page faults in user space LIBRARY Standard C library ( libc…read directory entry NAME readdir - read directory entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <u…manipulate disk quotas NAME quotactl - manipulate disk quotas LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/quota.h> #include <xfs/xqm.h> /* Definition of Q_X* a…