Searched refs:task_type (Results 1 – 2 of 2) sorted by relevance
475 tcb_ptr->task_type = type; in CreateTask()636 tcb_ptr->task_type = category; in CreateISR()2758 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in SetEvent()2908 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in ClearEvent()2994 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in GetEvent()3103 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in WaitEvent()4298 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in IncrCounter()7400 tcb_ptr->task_type = BASIC; in osek_reset_tcb()7971 if (tcb_ptr->task_type == CATEGORY1) in osek_task_wrapper()
627 UINT task_type; member