Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c86 TaskType task_table [OSEK_ISR1_PRIORITY + 1u][TASK_QUEUE_DEPTH];
5421 for (j = 0u; j < TASK_QUEUE_DEPTH; j++) in osek_initialize()
6210 for (j = 0u; j < TASK_QUEUE_DEPTH; j++) in osek_system_manager_entry()
8344 for (i = 0u; i < TASK_QUEUE_DEPTH; i++) in add_task_to_table()
8358 if (i >= TASK_QUEUE_DEPTH) in add_task_to_table()
8416 i = (TASK_QUEUE_DEPTH - 2u); in push_task_to_table()
8489 for (i = 0u; i < TASK_QUEUE_DEPTH; i++) in start_osek_tasks()
8713 j = (TASK_QUEUE_DEPTH - 2u); in pop_task_from_table()
8723 j = (TASK_QUEUE_DEPTH) - 1u; in pop_task_from_table()
Dos.h406 #define TASK_QUEUE_DEPTH (TASK_QUEUE_DEPTH1 + OSEK_MAX_TASKS) macro