Home
last modified time | relevance | path

Searched refs:cancel_state (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_setcancelstate.c90 *oldstate = pthread_ptr->cancel_state; in pthread_setcancelstate()
91 pthread_ptr->cancel_state = state; in pthread_setcancelstate()
Dpx_pth_testcancel.c83 if ( (pthread_ptr->cancel_state == PTHREAD_CANCEL_ENABLE) && in pthread_testcancel()
Dpx_pth_cancel.c94 if ( pthread_ptr->cancel_state != PTHREAD_CANCEL_ENABLE) in pthread_cancel()
Dpx_pth_create.c203 pthread_ptr->cancel_state = PTHREAD_CANCEL_ENABLE; in pthread_create()
Dpx_pth_kill.c234 new_signal_thread -> cancel_state = PTHREAD_CANCEL_ENABLE; in pthread_kill()
Dtx_posix.h315 INT cancel_state; member