Home
last modified time | relevance | path

Searched refs:detach_state (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_setdetachstate.c88 attr->detach_state = detachstate ; in pthread_attr_setdetachstate()
Dpx_pth_attr_getdetachstate.c89 *detachstate = attr->detach_state ; in pthread_attr_getdetachstate()
Dpx_pth_set_default_pthread_attr.c67 attr->detach_state =PTHREAD_CREATE_JOINABLE; in set_default_pthread_attr()
Dpx_pth_create.c166 pthread_ptr->detach_state = current_thread_ptr->detach_state ; in pthread_create()
Dpx_pth_kill.c223 new_signal_thread -> detach_state = target_thread -> detach_state ; in pthread_kill()
Dpx_pth_join.c156 if ( target_ptr->detach_state != PTHREAD_CREATE_JOINABLE) in pthread_join()
Dpx_pth_init.c220 pthread_ptr->detach_state = attr->detach_state ; in posix_copy_pthread_attr()
Dtx_posix.h280 INT detach_state; member
308 INT detach_state; member