Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_cancel.c81 thread_ptr = posix_tid2thread(thread); in pthread_cancel()
Dpx_pth_join.c124 target_thread = posix_tid2thread(thread); in pthread_join()
Dpx_int.h179 TX_THREAD *posix_tid2thread(pthread_t ptid);
Dpx_pth_init.c595 TX_THREAD *posix_tid2thread(pthread_t ptid) in posix_tid2thread() function