Searched refs:ptcb (Results 1 – 2 of 2) sorted by relevance
171 VOID posix_reset_pthread_t (POSIX_TCB *ptcb) in posix_reset_pthread_t() argument174 ptcb->in_use = TX_FALSE; in posix_reset_pthread_t()274 POSIX_TCB *ptcb; in posix_allocate_pthread_t() local281 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()
177 VOID posix_reset_pthread_t(POSIX_TCB *ptcb);