Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c176 static void osek_task_wrapper(ULONG tcb);
6970 OSEK_TCB *tcb; in osek_thread2tcb() local
6981 tcb = (OSEK_TCB *)thread_ptr; in osek_thread2tcb()
6984 return (tcb); in osek_thread2tcb()
7211 OSEK_TCB * tcb; in osek_allocate_tcb() local
7216 tcb = (OSEK_TCB *)TX_NULL; in osek_allocate_tcb()
7219 tcb = osek_tcb_pool; in osek_allocate_tcb()
7223 if (tcb->tcb_in_use == TX_FALSE) in osek_allocate_tcb()
7226 tcb->tcb_in_use = TX_TRUE; in osek_allocate_tcb()
7232 tcb++; in osek_allocate_tcb()
[all …]