Home
last modified time | relevance | path

Searched refs:ptcb (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_init.c172 VOID posix_reset_pthread_t (POSIX_TCB *ptcb) in posix_reset_pthread_t() argument
175 ptcb->in_use = TX_FALSE; in posix_reset_pthread_t()
275 POSIX_TCB *ptcb; in posix_allocate_pthread_t() local
282 for (index = 0, ptcb = ptcb_pool; in posix_allocate_pthread_t()
284 index++, ptcb++) in posix_allocate_pthread_t()
287 if (ptcb->in_use == TX_FALSE) in posix_allocate_pthread_t()
290 ptcb->in_use = TX_TRUE; in posix_allocate_pthread_t()
307 memset(&(ptcb -> signals), 0, sizeof(signal_info)); in posix_allocate_pthread_t()
310 *ptcb_ptr = ptcb; in posix_allocate_pthread_t()
Dpx_int.h178 VOID posix_reset_pthread_t(POSIX_TCB *ptcb);