push and pop thread cancelation clean-up handlers while saving cancelability type NAME pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np - push and pop thread cancelati…push and pop thread cancelation clean-up handlers while saving cancelability type NAME pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np - push and pop thread cancelati…...erminated normally; cnt = %d\n", cnt); exit(EXIT_SUCCESS); } SEE ALSO pthread_cancel (3), pthread_cleanup_push_defer_np (3), pthread_setcancelstate (3), pthread_testcancel (3), …...erminated normally; cnt = %d\n", cnt); exit(EXIT_SUCCESS); } SEE ALSO pthread_cancel (3), pthread_cleanup_push_defer_np (3), pthread_setcancelstate (3), pthread_testcancel (3), …get number of processors NAME get_nprocs, get_nprocs_conf - get number of processors LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sysinfo.h> int get_nprocs(void…get number of processors NAME get_nprocs, get_nprocs_conf - get number of processors LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sysinfo.h> int get_nprocs(void…terminate all other threads in process NAME pthread_kill_other_threads_np - terminate all other threads in process LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS…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…request delivery of any pending cancelation request NAME pthread_testcancel - request delivery of any pending cancelation request LIBRARY POSIX threads library ( libpthread , -lpth…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…POSIX threads NAME pthreads - POSIX threads DESCRIPTION POSIX.1 specifies a set of interfaces (functions, header files) for threaded programming commonly known as POSIX threads, or…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…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…terminate calling thread NAME pthread_exit - terminate calling thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> [[noreturn]] void pthre…examine and change mask of blocked signals NAME pthread_sigmask - examine and change mask of blocked signals LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #incl…set cancelability state and type NAME pthread_setcancelstate, pthread_setcanceltype - set cancelability state and type LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNO…set cancelability state and type NAME pthread_setcancelstate, pthread_setcanceltype - set cancelability state and type LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNO…deprecated mutex creation attributes NAME pthread_mutexattr_setkind_np, pthread_mutexattr_getkind_np - deprecated mutex creation attributes SYNOPSIS #include <pthread.h> int pthrea…