Searched refs:tcb_ptr_self (Results 1 – 1 of 1) sorted by relevance
744 OSEK_TCB *tcb_ptr_self; in ActivateTask() local776 tcb_ptr_self = osek_thread2tcb(p_thread); in ActivateTask()778 if ((tcb_ptr_self->osek_task_id != OSEK_TASK_ID) && (tcb_ptr_self->osek_task_id != OSEK_ISR_ID)) in ActivateTask()809 if (tcb_ptr_self->osek_task_id == OSEK_TASK_ID) in ActivateTask()811 request[2] = (ULONG)tcb_ptr_self; /* Task id of the calling task. */ in ActivateTask()