Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_init.c171 VOID posix_reset_pthread_t (POSIX_TCB *ptcb) in posix_reset_pthread_t() argument
174 ptcb->in_use = TX_FALSE; in posix_reset_pthread_t()
274 POSIX_TCB *ptcb; in posix_allocate_pthread_t() local
281 for (index = 0, ptcb = ptcb_pool; in posix_allocate_pthread_t()
283 index++, ptcb++) in posix_allocate_pthread_t()
286 if (ptcb->in_use == TX_FALSE) in posix_allocate_pthread_t()
289 ptcb->in_use = TX_TRUE; in posix_allocate_pthread_t()
306 memset(&(ptcb -> signals), 0, sizeof(signal_info)); in posix_allocate_pthread_t()
309 *ptcb_ptr = ptcb; in posix_allocate_pthread_t()
Dpx_int.h177 VOID posix_reset_pthread_t(POSIX_TCB *ptcb);