export malloc state to a stream NAME malloc_info - export malloc state to a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <malloc.h> int malloc_info(int option…sleep for a specified number of seconds NAME sleep - sleep for a specified number of seconds LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> unsigned int sle…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…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…suspend execution for microsecond intervals NAME usleep - suspend execution for microsecond intervals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int usl…send a cancelation request to a thread NAME pthread_cancel - send a cancelation request to a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthr…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…schedule signal after given number of microseconds NAME ualarm - schedule signal after given number of microseconds LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <uni…try to join with a terminated thread NAME pthread_tryjoin_np, pthread_timedjoin_np - try to join with a terminated thread LIBRARY POSIX threads library ( libpthread , -lpthread ) S…try to join with a terminated thread NAME pthread_tryjoin_np, pthread_timedjoin_np - try to join with a terminated thread LIBRARY POSIX threads library ( libpthread , -lpthread ) S…undocumented library functions NAME undocumented - undocumented library functions SYNOPSIS Undocumented library functions DESCRIPTION This man page mentions those library functions…get and set the robustness attribute of a mutex attributes object NAME pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the robustness attribute of a mutex at…get and set the robustness attribute of a mutex attributes object NAME pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the robustness attribute of a mutex at…get and set the robustness attribute of a mutex attributes object NAME pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the robustness attribute of a mutex at…get and set the robustness attribute of a mutex attributes object NAME pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the robustness attribute of a mutex at…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…push and pop thread cancelation clean-up handlers NAME pthread_cleanup_push, pthread_cleanup_pop - push and pop thread cancelation clean-up handlers LIBRARY POSIX threads library (…push and pop thread cancelation clean-up handlers NAME pthread_cleanup_push, pthread_cleanup_pop - push and pop thread cancelation clean-up handlers LIBRARY POSIX threads library (…