Searched refs:test_task_2 (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_freertos_scheduling_time.c | 32 static void test_task_2(void *arg) { in test_task_2() function 60 xTaskCreatePinnedToCore(test_task_2, "test2" , 4096, &context, 1, NULL,1); 63 …xTaskCreatePinnedToCore(test_task_2, "test2" , 4096, &context, CONFIG_UNITY_FREERTOS_PRIORITY - 1,…
|