Searched refs:ptcb (Results 1 – 2 of 2) sorted by relevance
172 VOID posix_reset_pthread_t (POSIX_TCB *ptcb) in posix_reset_pthread_t() argument175 ptcb->in_use = TX_FALSE; in posix_reset_pthread_t()275 POSIX_TCB *ptcb; in posix_allocate_pthread_t() local282 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()
178 VOID posix_reset_pthread_t(POSIX_TCB *ptcb);