Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_detach.c98 if(pthread_ptr->is_detached==TX_TRUE) in pthread_detach()
103 pthread_ptr->is_detached = TX_TRUE; in pthread_detach()
Dtx_posix.h326 UINT is_detached; member