Searched refs:cancel_type (Results 1 – 7 of 7) sorted by relevance
87 *oldtype = pthread_ptr->cancel_type; in pthread_getcanceltype()88 pthread_ptr->cancel_type = type; in pthread_getcanceltype()
89 *oldtype = pthread_ptr->cancel_type; in pthread_setcanceltype()90 pthread_ptr->cancel_type = type; in pthread_setcanceltype()
100 if( pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED ) in pthread_cancel()105 else if(pthread_ptr->cancel_type==PTHREAD_CANCEL_ASYNCHRONOUS ) in pthread_cancel()
84 (pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED) && in pthread_testcancel()
204 pthread_ptr->cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_create()
235 new_signal_thread -> cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_kill()
316 INT cancel_type; member