Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_detach.c97 if(pthread_ptr->is_detached==TX_TRUE) in pthread_detach()
102 pthread_ptr->is_detached = TX_TRUE; in pthread_detach()
Dtx_posix.h325 UINT is_detached; member