Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_scheduling_round_robin.c54 static uint32_t total_iter_count[configNUM_CORES] = {0}; variable
67 total_iter_count[xPortGetCoreID()]++; in spin_task()
72 … if (total_iter_count[xPortGetCoreID()] == (NUM_PINNED_SPIN_TASK_PER_CORE * SPIN_TASK_NUM_ITER)) { in spin_task()