set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #de…set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #de…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…create a child process NAME fork - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t fork(void); DESCRIPTION fork () creates a new…examine and change blocked signals NAME sigprocmask, rt_sigprocmask - examine and change blocked signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* P…examine and change blocked signals NAME sigprocmask, rt_sigprocmask - examine and change blocked signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* P…set user identity NAME setuid - set user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setuid(uid_t uid ); DESCRIPTION setuid () sets the effe…set user identity NAME setuid - set user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setuid(uid_t uid ); DESCRIPTION setuid () sets the effe…set real, effective, and saved user or group ID NAME setresuid, setresgid - set real, effective, and saved user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #defi…set real, effective, and saved user or group ID NAME setresuid, setresgid - set real, effective, and saved user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #defi…set real, effective, and saved user or group ID NAME setresuid, setresgid - set real, effective, and saved user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #defi…set real, effective, and saved user or group ID NAME setresuid, setresgid - set real, effective, and saved user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #defi…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…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set and get scheduling policy/parameters NAME sched_setscheduler, sched_getscheduler - set and get scheduling policy/parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…set and get scheduling policy/parameters NAME sched_setscheduler, sched_getscheduler - set and get scheduling policy/parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…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…