Searched refs:is_joined_by (Results 1 – 5 of 5) sorted by relevance
148 if (target_ptr->is_joined_by == TX_TRUE) in pthread_join()173 target_ptr->is_joined_by = TX_TRUE; in pthread_join()
195 pthread_ptr->is_joined_by = TX_FALSE; in pthread_create()
230 new_signal_thread -> is_joined_by = TX_FALSE; in pthread_kill()
803 if ( pthread_ptr->is_joined_by == TX_TRUE) in posix_do_pthread_delete()
324 UINT is_joined_by; member