Searched refs:tcb_ptr_self (Results 1 – 1 of 1) sorted by relevance
743 OSEK_TCB *tcb_ptr_self; in ActivateTask() local775 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()