Home
last modified time | relevance | path

Searched refs:cancel_type (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_getcanceltype.c86 *oldtype = pthread_ptr->cancel_type; in pthread_getcanceltype()
87 pthread_ptr->cancel_type = type; in pthread_getcanceltype()
Dpx_pth_setcanceltype.c88 *oldtype = pthread_ptr->cancel_type; in pthread_setcanceltype()
89 pthread_ptr->cancel_type = type; in pthread_setcanceltype()
Dpx_pth_cancel.c99 if( pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED ) in pthread_cancel()
104 else if(pthread_ptr->cancel_type==PTHREAD_CANCEL_ASYNCHRONOUS ) in pthread_cancel()
Dpx_pth_testcancel.c83 (pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED) && in pthread_testcancel()
Dpx_pth_create.c203 pthread_ptr->cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_create()
Dpx_pth_kill.c234 new_signal_thread -> cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_kill()
Dtx_posix.h315 INT cancel_type; member