Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_create.c151 status = posix_allocate_pthread_t(&pthread_ptr); in pthread_create()
Dpx_int.h196 INT posix_allocate_pthread_t(POSIX_TCB **ptcb_ptr);
Dpx_pth_kill.c172 status = posix_allocate_pthread_t(&new_signal_thread); in pthread_kill()
Dpx_pth_init.c272 INT posix_allocate_pthread_t(POSIX_TCB **ptcb_ptr) in posix_allocate_pthread_t() function