Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_join.c170 current_ptr->joined_to_pthreadID = thread; in pthread_join()
Dpx_pth_create.c198 pthread_ptr->joined_to_pthreadID = TX_FALSE; in pthread_create()
Dpx_pth_kill.c232 new_signal_thread -> joined_to_pthreadID = TX_FALSE; in pthread_kill()
Dpx_pth_init.c808 joined_pthread_ptr->joined_to_pthreadID =TX_FALSE; in posix_do_pthread_delete()
Dtx_posix.h317 pthread_t joined_to_pthreadID; member