Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_init.c419 POSIX_TCB *p_tcb; in posix_thread2tcb() local
436 p_tcb = (POSIX_TCB *)thread_ptr; in posix_thread2tcb()
439 return(p_tcb); in posix_thread2tcb()
541 POSIX_TCB *p_tcb; in posix_thread2tid() local
552 p_tcb = posix_thread2tcb(thread_ptr); in posix_thread2tid()
553 thread_ID = p_tcb->pthreadID; in posix_thread2tid()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c5477 OSEK_TCB *p_tcb; in osek_cleanup() local
5513 p_tcb = &osek_tcb_pool[i]; in osek_cleanup()
5514 if(p_tcb->task.tx_thread_entry != NULL) { in osek_cleanup()
5515 status = tx_thread_terminate(&p_tcb->task); in osek_cleanup()
5522 status = tx_thread_delete(&p_tcb->task); in osek_cleanup()
5529 p_tcb->task.tx_thread_entry = NULL; in osek_cleanup()