Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCEL_DISABLE (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_setcancelstate.c82 if ( (state == PTHREAD_CANCEL_ENABLE) || (state == PTHREAD_CANCEL_DISABLE) ) in pthread_setcancelstate()
Dtx_posix.h209 #define PTHREAD_CANCEL_DISABLE 1 macro