Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_init.c480 TX_THREAD *posix_tcb2thread (POSIX_TCB *pthread_ptr) in posix_tcb2thread() function
608 thread= posix_tcb2thread(pthread); in posix_tid2thread()
817 thread1_ptr = posix_tcb2thread(pthread_ptr); in posix_do_pthread_delete()
Dpx_pth_setschedparam.c103 TheThread=posix_tcb2thread(thread_tcb); in pthread_setschedparam()
Dpx_pth_create.c229 thread_ptr = posix_tcb2thread(pthread_ptr); in pthread_create()
Dpx_int.h188 TX_THREAD *posix_tcb2thread (POSIX_TCB *pthread_ptr);