Searched refs:PTHREAD_CANCEL_DEFERRED (Results 1 – 7 of 7) sorted by relevance
83 (pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED) && in pthread_testcancel()
78 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_getcanceltype()
80 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_setcanceltype()
99 if( pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED ) in pthread_cancel()
203 pthread_ptr->cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_create()
234 new_signal_thread -> cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_kill()
210 #define PTHREAD_CANCEL_DEFERRED 0 /* default */ macro