Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_testcancel.c84 (pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED) && in pthread_testcancel()
Dpx_pth_getcanceltype.c79 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_getcanceltype()
Dpx_pth_setcanceltype.c81 if ( ( type == PTHREAD_CANCEL_DEFERRED ) || ( type == PTHREAD_CANCEL_ASYNCHRONOUS ) ) in pthread_setcanceltype()
Dpx_pth_cancel.c100 if( pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED ) in pthread_cancel()
Dpx_pth_create.c204 pthread_ptr->cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_create()
Dpx_pth_kill.c235 new_signal_thread -> cancel_type = PTHREAD_CANCEL_DEFERRED; in pthread_kill()
Dtx_posix.h211 #define PTHREAD_CANCEL_DEFERRED 0 /* default */ macro