Searched refs:TASK_QUEUE_DEPTH (Results 1 – 2 of 2) sorted by relevance
87 TaskType task_table [OSEK_ISR1_PRIORITY + 1u][TASK_QUEUE_DEPTH];5422 for (j = 0u; j < TASK_QUEUE_DEPTH; j++) in osek_initialize()6211 for (j = 0u; j < TASK_QUEUE_DEPTH; j++) in osek_system_manager_entry()8345 for (i = 0u; i < TASK_QUEUE_DEPTH; i++) in add_task_to_table()8359 if (i >= TASK_QUEUE_DEPTH) in add_task_to_table()8417 i = (TASK_QUEUE_DEPTH - 2u); in push_task_to_table()8490 for (i = 0u; i < TASK_QUEUE_DEPTH; i++) in start_osek_tasks()8714 j = (TASK_QUEUE_DEPTH - 2u); in pop_task_from_table()8724 j = (TASK_QUEUE_DEPTH) - 1u; in pop_task_from_table()
407 #define TASK_QUEUE_DEPTH (TASK_QUEUE_DEPTH1 + OSEK_MAX_TASKS) macro