Searched refs:cancel_state (Results 1 – 6 of 6) sorted by relevance
90 *oldstate = pthread_ptr->cancel_state; in pthread_setcancelstate()91 pthread_ptr->cancel_state = state; in pthread_setcancelstate()
83 if ( (pthread_ptr->cancel_state == PTHREAD_CANCEL_ENABLE) && in pthread_testcancel()
94 if ( pthread_ptr->cancel_state != PTHREAD_CANCEL_ENABLE) in pthread_cancel()
203 pthread_ptr->cancel_state = PTHREAD_CANCEL_ENABLE; in pthread_create()
234 new_signal_thread -> cancel_state = PTHREAD_CANCEL_ENABLE; in pthread_kill()
315 INT cancel_state; member