Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_init.c418 POSIX_TCB *p_tcb; in posix_thread2tcb() local
435 p_tcb = (POSIX_TCB *)thread_ptr; in posix_thread2tcb()
438 return(p_tcb); in posix_thread2tcb()
540 POSIX_TCB *p_tcb; in posix_thread2tid() local
551 p_tcb = posix_thread2tcb(thread_ptr); in posix_thread2tid()
552 thread_ID = p_tcb->pthreadID; in posix_thread2tid()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c5476 OSEK_TCB *p_tcb; in osek_cleanup() local
5512 p_tcb = &osek_tcb_pool[i]; in osek_cleanup()
5513 if(p_tcb->task.tx_thread_entry != NULL) { in osek_cleanup()
5514 status = tx_thread_terminate(&p_tcb->task); in osek_cleanup()
5521 status = tx_thread_delete(&p_tcb->task); in osek_cleanup()
5528 p_tcb->task.tx_thread_entry = NULL; in osek_cleanup()