Home
last modified time | relevance | path

Searched refs:is_joined_by (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_join.c147 if (target_ptr->is_joined_by == TX_TRUE) in pthread_join()
172 target_ptr->is_joined_by = TX_TRUE; in pthread_join()
Dpx_pth_create.c194 pthread_ptr->is_joined_by = TX_FALSE; in pthread_create()
Dpx_pth_kill.c229 new_signal_thread -> is_joined_by = TX_FALSE; in pthread_kill()
Dpx_pth_init.c802 if ( pthread_ptr->is_joined_by == TX_TRUE) in posix_do_pthread_delete()
Dtx_posix.h323 UINT is_joined_by; member