get process times NAME times - get process times LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/times.h> clock_t times(struct tms * buf ); DESCRIPTION times () st…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…get resource usage NAME getrusage - get resource usage LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrusage(int who , struct rusage * usage );…enforce a Landlock ruleset NAME landlock_restrict_self - enforce a Landlock ruleset LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/landlock.h> /* Definition of …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…change I/O privilege level NAME iopl - change I/O privilege level LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/io.h> [[deprecated]] int iopl(int level ); DESCRI…set/get process group NAME setpgid, getpgid, setpgrp, getpgrp - set/get process group LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setpgid(pid_t pid ,…set/get process group NAME setpgid, getpgid, setpgrp, getpgrp - set/get process group LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setpgid(pid_t pid ,…set/get process group NAME setpgid, getpgid, setpgrp, getpgrp - set/get process group LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setpgid(pid_t pid ,…set/get process group NAME setpgid, getpgid, setpgrp, getpgrp - set/get process group LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setpgid(pid_t pid ,…wait for process to change state, BSD style NAME wait3, wait4 - wait for process to change state, BSD style LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h>…wait for process to change state, BSD style NAME wait3, wait4 - wait for process to change state, BSD style LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h>…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…set default NUMA memory policy for a thread and its children NAME set_mempolicy - set default NUMA memory policy for a thread and its children LIBRARY NUMA (Non-Uniform Memory Acce…add, remove, or modify an fanotify mark on a filesystem object NAME fanotify_mark - add, remove, or modify an fanotify mark on a filesystem object LIBRARY Standard C library ( libc…allocate or free huge pages NAME alloc_hugepages, free_hugepages - allocate or free huge pages SYNOPSIS void *syscall(SYS_alloc_hugepages, int key , void addr [. len ], size_t len …allocate or free huge pages NAME alloc_hugepages, free_hugepages - allocate or free huge pages SYNOPSIS void *syscall(SYS_alloc_hugepages, int key , void addr [. len ], size_t len …change root directory NAME chroot - change root directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chroot(const char * path ); Feature Test Macro …