Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_getdetachstate.c90 *detachstate = attr->detach_state ; in pthread_attr_getdetachstate()
Dpx_pth_attr_setdetachstate.c89 attr->detach_state = detachstate ; in pthread_attr_setdetachstate()
Dpx_pth_set_default_pthread_attr.c68 attr->detach_state =PTHREAD_CREATE_JOINABLE; in set_default_pthread_attr()
Dpx_pth_create.c167 pthread_ptr->detach_state = current_thread_ptr->detach_state ; in pthread_create()
Dpx_pth_kill.c224 new_signal_thread -> detach_state = target_thread -> detach_state ; in pthread_kill()
Dpx_pth_join.c157 if ( target_ptr->detach_state != PTHREAD_CREATE_JOINABLE) in pthread_join()
Dpx_pth_init.c221 pthread_ptr->detach_state = attr->detach_state ; in posix_copy_pthread_attr()
Dtx_posix.h281 INT detach_state; member
309 INT detach_state; member