Searched refs:is_joined_by (Results 1 – 5 of 5) sorted by relevance
147 if (target_ptr->is_joined_by == TX_TRUE) in pthread_join()172 target_ptr->is_joined_by = TX_TRUE; in pthread_join()
194 pthread_ptr->is_joined_by = TX_FALSE; in pthread_create()
229 new_signal_thread -> is_joined_by = TX_FALSE; in pthread_kill()
802 if ( pthread_ptr->is_joined_by == TX_TRUE) in posix_do_pthread_delete()
323 UINT is_joined_by; member