Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_join.c174 target_ptr->joined_by_pthreadID = current_ptr->pthreadID ; in pthread_join()
Dpx_pth_create.c195 pthread_ptr->joined_by_pthreadID =TX_FALSE; in pthread_create()
Dpx_pth_kill.c230 new_signal_thread -> joined_by_pthreadID = TX_FALSE; in pthread_kill()
Dpx_pth_init.c804 joined_pthread_ID = pthread_ptr->joined_by_pthreadID ; in posix_do_pthread_delete()
Dtx_posix.h319 pthread_t joined_by_pthreadID; member