Home
last modified time | relevance | path

Searched refs:pthreadID (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_join.c108 if ( current_ptr->pthreadID == thread) in pthread_join()
174 target_ptr->joined_by_pthreadID = current_ptr->pthreadID ; in pthread_join()
Dpx_pth_create.c256 pthread_ptr->pthreadID = (pthread_t )pthread_ptr; in pthread_create()
257 *thread = pthread_ptr->pthreadID ; in pthread_create()
Dpx_pth_init.c552 thread_ID = p_tcb->pthreadID; in posix_thread2tid()
Dtx_posix.h303 pthread_t pthreadID; member