create a new spu context NAME spu_create - create a new spu context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #inc…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…create pipe NAME pipe, pipe2 - create pipe LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int pipe(int pipefd [2]); #define _GNU_SOURCE /* See feature_test_…create pipe NAME pipe, pipe2 - create pipe LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int pipe(int pipefd [2]); #define _GNU_SOURCE /* See feature_test_…create a child process and block parent NAME vfork - create a child process and block parent LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t vfork(void…open and possibly create a file (extended) NAME openat2 - open and possibly create a file (extended) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Defini…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…operate on Secure Computing state of the process NAME seccomp - operate on Secure Computing state of the process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/…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 …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…manipulate file descriptor NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int fcntl(int fd , int op , ... /* arg */ )…manipulate file descriptor NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int fcntl(int fd , int op , ... /* arg */ )…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 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…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…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…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 , -…