Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_join.c171 current_ptr->joined_to_pthreadID = thread; in pthread_join()
Dpx_pth_create.c199 pthread_ptr->joined_to_pthreadID = TX_FALSE; in pthread_create()
Dpx_pth_kill.c233 new_signal_thread -> joined_to_pthreadID = TX_FALSE; in pthread_kill()
Dpx_pth_init.c809 joined_pthread_ptr->joined_to_pthreadID =TX_FALSE; in posix_do_pthread_delete()
Dtx_posix.h318 pthread_t joined_to_pthreadID; member