Searched refs:cancel_state (Results 1 – 6 of 6) sorted by relevance
89 *oldstate = pthread_ptr->cancel_state; in pthread_setcancelstate()90 pthread_ptr->cancel_state = state; in pthread_setcancelstate()
82 if ( (pthread_ptr->cancel_state == PTHREAD_CANCEL_ENABLE) && in pthread_testcancel()
93 if ( pthread_ptr->cancel_state != PTHREAD_CANCEL_ENABLE) in pthread_cancel()
202 pthread_ptr->cancel_state = PTHREAD_CANCEL_ENABLE; in pthread_create()
233 new_signal_thread -> cancel_state = PTHREAD_CANCEL_ENABLE; in pthread_kill()
314 INT cancel_state; member