create a new thread NAME pthread_create - create a new thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_create(pthread_t *r…retrieve a value from the auxiliary vector NAME getauxval - retrieve a value from the auxiliary vector LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/auxv.h> unsi…API for miscellaneous information in the /proc filesystem NAME procps_misc - API for miscellaneous information in the /proc filesystem SYNOPSIS #include <libproc2/misc.h> Platform …API to access process information in the /proc filesystem NAME procps_pids - API to access process information in the /proc filesystem SYNOPSIS #include <libproc2/pids.h> int procp…set/get the name of a thread NAME pthread_setname_np, pthread_getname_np - set/get the name of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _G…set/get the name of a thread NAME pthread_setname_np, pthread_getname_np - set/get the name of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _G…execute program specified via file descriptor NAME fexecve - execute program specified via file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> in…read and/or clear kernel message ring buffer; set console_loglevel NAME syslog, klogctl - read and/or clear kernel message ring buffer; set console_loglevel LIBRARY Standard C libr…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…obtain name used to invoke calling program NAME program_invocation_name, program_invocation_short_name - obtain name used to invoke calling program LIBRARY Standard C library ( lib…obtain name used to invoke calling program NAME program_invocation_name, program_invocation_short_name - obtain name used to invoke calling program LIBRARY Standard C library ( lib…API to access system level information in the /proc filesystem NAME procps - API to access system level information in the /proc filesystem SYNOPSIS Five distinct interfaces are re…get total and available physical page counts NAME get_phys_pages, get_avphys_pages - get total and available physical page counts LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…get total and available physical page counts NAME get_phys_pages, get_avphys_pages - get total and available physical page counts LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…