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 );…compare two processes to determine if they share a kernel resource NAME kcmp - compare two processes to determine if they share a kernel resource LIBRARY Standard C library ( libc …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …System V message control operations NAME msgctl - System V message control operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/msg.h> int msgctl(int msqid ,…System V shared memory control NAME shmctl - System V shared memory control LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> int shmctl(int shmid , int op , …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 […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>…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…send a signal to a thread NAME tkill, tgkill - send a signal to a thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* Definition of SIG* constants */ #…send a signal to a thread NAME tkill, tgkill - send a signal to a thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* Definition of SIG* constants */ #…set and get scheduling parameters NAME sched_setparam, sched_getparam - set and get scheduling parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int …