Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_create.c150 status = posix_allocate_pthread_t(&pthread_ptr); in pthread_create()
Dpx_int.h195 INT posix_allocate_pthread_t(POSIX_TCB **ptcb_ptr);
Dpx_pth_kill.c171 status = posix_allocate_pthread_t(&new_signal_thread); in pthread_kill()
Dpx_pth_init.c271 INT posix_allocate_pthread_t(POSIX_TCB **ptcb_ptr) in posix_allocate_pthread_t() function