Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c476 tcb_ptr->task_type = type; in CreateTask()
637 tcb_ptr->task_type = category; in CreateISR()
2759 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in SetEvent()
2909 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in ClearEvent()
2995 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in GetEvent()
3104 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in WaitEvent()
4299 if ((tcb_ptr->events == 0u) || (tcb_ptr->task_type == BASIC)) in IncrCounter()
7401 tcb_ptr->task_type = BASIC; in osek_reset_tcb()
7972 if (tcb_ptr->task_type == CATEGORY1) in osek_task_wrapper()
Dos.h628 UINT task_type; member