Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/test/
Dtest_preemption.c27 static void task_send_to_queue(void *param) in task_send_to_queue() function
56 …xTaskCreatePinnedToCore(task_send_to_queue, "YIELD", 2048, (void *)queue, UNITY_FREERTOS_PRIORITY …
90 …xTaskCreatePinnedToCore(task_send_to_queue, "YIELD", 2048, (void *)queue, UNITY_FREERTOS_PRIORITY …