Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c743 OSEK_TCB *tcb_ptr_self; in ActivateTask() local
775 tcb_ptr_self = osek_thread2tcb(p_thread); in ActivateTask()
777 if ((tcb_ptr_self->osek_task_id != OSEK_TASK_ID) && (tcb_ptr_self->osek_task_id != OSEK_ISR_ID)) in ActivateTask()
808 if (tcb_ptr_self->osek_task_id == OSEK_TASK_ID) in ActivateTask()
810 request[2] = (ULONG)tcb_ptr_self; /* Task id of the calling task. */ in ActivateTask()