Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_cancel.c82 thread_ptr = posix_tid2thread(thread); in pthread_cancel()
Dpx_pth_join.c125 target_thread = posix_tid2thread(thread); in pthread_join()
Dpx_int.h180 TX_THREAD *posix_tid2thread(pthread_t ptid);
Dpx_pth_init.c596 TX_THREAD *posix_tid2thread(pthread_t ptid) in posix_tid2thread() function