Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c177 static void osek_task_wrapper(ULONG tcb);
6971 OSEK_TCB *tcb; in osek_thread2tcb() local
6982 tcb = (OSEK_TCB *)thread_ptr; in osek_thread2tcb()
6985 return (tcb); in osek_thread2tcb()
7212 OSEK_TCB * tcb; in osek_allocate_tcb() local
7217 tcb = (OSEK_TCB *)TX_NULL; in osek_allocate_tcb()
7220 tcb = osek_tcb_pool; in osek_allocate_tcb()
7224 if (tcb->tcb_in_use == TX_FALSE) in osek_allocate_tcb()
7227 tcb->tcb_in_use = TX_TRUE; in osek_allocate_tcb()
7233 tcb++; in osek_allocate_tcb()
[all …]