Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_join.c148 if (target_ptr->is_joined_by == TX_TRUE) in pthread_join()
173 target_ptr->is_joined_by = TX_TRUE; in pthread_join()
Dpx_pth_create.c195 pthread_ptr->is_joined_by = TX_FALSE; in pthread_create()
Dpx_pth_kill.c230 new_signal_thread -> is_joined_by = TX_FALSE; in pthread_kill()
Dpx_pth_init.c803 if ( pthread_ptr->is_joined_by == TX_TRUE) in posix_do_pthread_delete()
Dtx_posix.h324 UINT is_joined_by; member