Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/test/
Dtest_suspend_scheduler.c136 #define TASKS_PER_PROC 4 macro
137 TaskHandle_t tasks[portNUM_PROCESSORS][TASKS_PER_PROC] = { 0 };
138 counter_config_t counters[portNUM_PROCESSORS][TASKS_PER_PROC] = { 0 };
142 for (int t = 0; t < TASKS_PER_PROC; t++) {
154 vTaskDelay(TASKS_PER_PROC * portNUM_PROCESSORS * 3);
158 for (int t = 0; t < TASKS_PER_PROC; t++) {
170 for (int t = 0; t < TASKS_PER_PROC; t++) {
178 for (int t = 0; t < TASKS_PER_PROC; t++) {
190 for (int t = 0; t < TASKS_PER_PROC; t++) {
198 for (int t = 0; t < TASKS_PER_PROC; t++) {