Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_join.c175 target_ptr->joined_by_pthreadID = current_ptr->pthreadID ; in pthread_join()
Dpx_pth_create.c196 pthread_ptr->joined_by_pthreadID =TX_FALSE; in pthread_create()
Dpx_pth_kill.c231 new_signal_thread -> joined_by_pthreadID = TX_FALSE; in pthread_kill()
Dpx_pth_init.c805 joined_pthread_ID = pthread_ptr->joined_by_pthreadID ; in posix_do_pthread_delete()
Dtx_posix.h320 pthread_t joined_by_pthreadID; member