Searched refs:PTHREAD_CANCEL_DEFERRED (Results 1 – 7 of 7) sorted by relevance
84 (pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED) && in pthread_testcancel()
79 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_getcanceltype()
81 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_setcanceltype()
100 if( pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED ) in pthread_cancel()
204 pthread_ptr->cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_create()
235 new_signal_thread -> cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_kill()
211 #define PTHREAD_CANCEL_DEFERRED 0 /* default */ macro