Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_testcancel.c83 (pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED) && in pthread_testcancel()
Dpx_pth_getcanceltype.c78 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_getcanceltype()
Dpx_pth_setcanceltype.c80 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_setcanceltype()
Dpx_pth_cancel.c99 if( pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED ) in pthread_cancel()
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.h210 #define PTHREAD_CANCEL_DEFERRED 0 /* default */ macro