Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_getcanceltype.c87 *oldtype = pthread_ptr->cancel_type; in pthread_getcanceltype()
88 pthread_ptr->cancel_type = type; in pthread_getcanceltype()
Dpx_pth_setcanceltype.c89 *oldtype = pthread_ptr->cancel_type; in pthread_setcanceltype()
90 pthread_ptr->cancel_type = type; in pthread_setcanceltype()
Dpx_pth_cancel.c100 if( pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED ) in pthread_cancel()
105 else if(pthread_ptr->cancel_type==PTHREAD_CANCEL_ASYNCHRONOUS ) in pthread_cancel()
Dpx_pth_testcancel.c84 (pthread_ptr->cancel_type==PTHREAD_CANCEL_DEFERRED) && in pthread_testcancel()
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.h316 INT cancel_type; member