Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_init.c479 TX_THREAD *posix_tcb2thread (POSIX_TCB *pthread_ptr) in posix_tcb2thread() function
607 thread= posix_tcb2thread(pthread); in posix_tid2thread()
816 thread1_ptr = posix_tcb2thread(pthread_ptr); in posix_do_pthread_delete()
Dpx_pth_setschedparam.c102 TheThread=posix_tcb2thread(thread_tcb); in pthread_setschedparam()
Dpx_pth_create.c228 thread_ptr = posix_tcb2thread(pthread_ptr); in pthread_create()
Dpx_int.h187 TX_THREAD *posix_tcb2thread (POSIX_TCB *pthread_ptr);