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…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…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 );…get attributes of created thread NAME pthread_getattr_np - get attributes of created thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _GNU_SOURCE /*…get current working directory NAME getcwd, getwd, get_current_dir_name - get current working directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *…get current working directory NAME getcwd, getwd, get_current_dir_name - get current working directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *…get current working directory NAME getcwd, getwd, get_current_dir_name - get current working directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *…obtain ID of the calling thread NAME pthread_self - obtain ID of the calling thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> pthread_t…retrieve ID of a thread's CPU time clock NAME pthread_getcpuclockid - retrieve ID of a thread's CPU time clock LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #in…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 …compare thread IDs NAME pthread_equal - compare thread IDs LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_equal(pthread_t t1 , p…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…send a signal to the caller NAME raise - send a signal to the caller LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int raise(int sig ); DESCRIPTION The rai…support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library ( libc , -lc ) SY…support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library ( libc , -lc ) SY…support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library ( libc , -lc ) SY…set/get scheduling policy and parameters of a thread NAME pthread_setschedparam, pthread_getschedparam - set/get scheduling policy and parameters of a thread LIBRARY POSIX threads …