NAME pthread_setcancelstate, pthread_setcanceltype - set cancelability state and type LIBRARY POSIX threads library ( libpthread ... setcancelstate(int state , int * oldstate ); in…NAME pthread_setcancelstate, pthread_setcanceltype - set cancelability state and type LIBRARY POSIX threads library ( libpthread ... setcancelstate(int state , int * oldstate ); in…cancelability type to "deferred" (see pthread_setcanceltype (3)); this ensures that cancelation clean-up will ... oldtype; pthread_cleanup_push(routine, arg); pthread_setcanceltype…cancelability type to "deferred" (see pthread_setcanceltype (3)); this ensures that cancelation clean-up will ... oldtype; pthread_cleanup_push(routine, arg); pthread_setcanceltype…thread's cancelation type, determined by pthread_setcanceltype (3), may be either asynchronous or deferred ... create (3), pthread_setcancelstate (3), pthread_setcanceltype (3), pt…pthread_cancel (3), pthread_setcancelstate (3), pthread_setcanceltype (3), pthreadsNAME pthread_attrNAME pthread_setschedparam