Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_init.c600 POSIX_TCB *pthread; in posix_tid2thread() local
606 pthread = posix_tid2tcb(ptid); in posix_tid2thread()
608 thread= posix_tcb2thread(pthread); in posix_tid2thread()
657 POSIX_TCB *pthread; in posix_tid2tcb() local
662 pthread = (POSIX_TCB *)ptid; in posix_tid2tcb()
664 pthread = ((POSIX_TCB *)0); in posix_tid2tcb()
666 return(pthread); in posix_tid2tcb()
Dreadme_threadx_posix.txt16 files for most functions. Including the supplied pthread.h file will import
34 The file pthread.h must be included in your application source where POSIX
239 Each pthread has its own error number, which can be obtained through a
244 This call will return the last generated error code for the pthread having
325 pthread cancelation cleanup handlers are not supported which means
331 pthread)
/ThreadX-v6.3.0/cmake/
Dlinux.cmake15 set(LINUX_FLAGS "-g -pthread")
/ThreadX-v6.3.0/ports/linux/gnu/
Dreadme_threadx.txt55 thread in ThreadX actually runs as a Linux pthread. The determination of
57 itself is a Linux pthread. The ThreadX scheduler is the highest priority
/ThreadX-v6.3.0/ports_smp/linux/gnu/
Dreadme_threadx.txt55 thread in ThreadX SMP actually runs as a Linux pthread. The determination of
57 itself is a Linux pthread. The ThreadX SMP scheduler is the highest priority