Searched refs:cancel_type (Results 1 – 7 of 7) sorted by relevance
86 *oldtype = pthread_ptr->cancel_type; in pthread_getcanceltype()87 pthread_ptr->cancel_type = type; in pthread_getcanceltype()
88 *oldtype = pthread_ptr->cancel_type; in pthread_setcanceltype()89 pthread_ptr->cancel_type = type; in pthread_setcanceltype()
99 if( pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED ) in pthread_cancel()104 else if(pthread_ptr->cancel_type==PTHREAD_CANCEL_ASYNCHRONOUS ) in pthread_cancel()
83 (pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED) && in pthread_testcancel()
203 pthread_ptr->cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_create()
234 new_signal_thread -> cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_kill()
315 INT cancel_type; member