set/get CPU affinity of a thread NAME pthread_setaffinity_np, pthread_getaffinity_np - set/get CPU affinity of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYN…set/get CPU affinity of a thread NAME pthread_setaffinity_np, pthread_getaffinity_np - set/get CPU affinity of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYN…get attributes of created thread NAME pthread_getattr_np - get attributes of created thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _GNU_SOURCE /*…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…get configuration information at run time NAME sysconf - get configuration information at run time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> long sysco…get username NAME getlogin, getlogin_r, cuserid - get username LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *getlogin(void); int getlogin_r(char buf …get username NAME getlogin, getlogin_r, cuserid - get username LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *getlogin(void); int getlogin_r(char buf …get username NAME getlogin, getlogin_r, cuserid - get username LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *getlogin(void); int getlogin_r(char buf …initialize and destroy thread attributes object NAME pthread_attr_init, pthread_attr_destroy - initialize and destroy thread attributes object LIBRARY POSIX threads library ( libpt…initialize and destroy thread attributes object NAME pthread_attr_init, pthread_attr_destroy - initialize and destroy thread attributes object LIBRARY POSIX threads library ( libpt…run in the background NAME daemon - run in the background LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int daemon(int nochdir , int noclose ); Feature Tes…yield the processor NAME pthread_yield - yield the processor LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ …spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…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 );…SVID math library exception handling NAME matherr - SVID math library exception handling LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> [[deprecated]] int matherr(s…access utmp file entries NAME getutent, getutid, getutline, pututline, setutent, endutent, utmpname - access utmp file entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #i…access utmp file entries NAME getutent, getutid, getutline, pututline, setutent, endutent, utmpname - access utmp file entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #i…