Searched refs:test_task_1 (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_freertos_scheduling_time.c | 21 static void test_task_1(void *arg) { in test_task_1() function 59 xTaskCreatePinnedToCore(test_task_1, "test1" , 4096, &context, 1, &context.t1_handle,1); 62 …xTaskCreatePinnedToCore(test_task_1, "test1" , 4096, &context, CONFIG_UNITY_FREERTOS_PRIORITY - 1,…
|