cancel an outstanding asynchronous I/O operation NAME io_cancel - cancel an outstanding asynchronous I/O operation LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchro…destroy an asynchronous I/O context NAME io_destroy - destroy an asynchronous I/O context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/aio_abi.h> /* Definitio…timers that notify via file descriptors NAME timerfd_create, timerfd_settime, timerfd_gettime - timers that notify via file descriptors LIBRARY Standard C library ( libc , -lc ) SY…timers that notify via file descriptors NAME timerfd_create, timerfd_settime, timerfd_gettime - timers that notify via file descriptors LIBRARY Standard C library ( libc , -lc ) SY…timers that notify via file descriptors NAME timerfd_create, timerfd_settime, timerfd_gettime - timers that notify via file descriptors LIBRARY Standard C library ( libc , -lc ) SY…create an asynchronous I/O context NAME io_setup - create an asynchronous I/O context LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchronous I/O library ( libaio , -…read asynchronous I/O events from the completion queue NAME io_getevents - read asynchronous I/O events from the completion queue LIBRARY Standard C library ( libc , -lc ) Alternat…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…submit asynchronous I/O blocks for processing NAME io_submit - submit asynchronous I/O blocks for processing LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchronous I…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…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…execute program NAME execve - execute program LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int execve(const char * pathname , char *const _Nullable argv […give advice about use of memory NAME madvise - give advice about use of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int madvise(void addr [. len…Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…