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…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 …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…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 …create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…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…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…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…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…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…reboot or enable/disable Ctrl-Alt-Del NAME reboot - reboot or enable/disable Ctrl-Alt-Del LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Since Linux 2.1.30 there are symboli…System V message queue operations NAME msgrcv, msgsnd - System V message queue operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/msg.h> int msgsnd(int msq…System V message queue operations NAME msgrcv, msgsnd - System V message queue operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/msg.h> int msgsnd(int msq…System V message queue operations NAME msgrcv, msgsnd - System V message queue operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/msg.h> int msgsnd(int msq…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…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…