Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/test/
Dtest_task_suspend_resume.c133 BaseType_t higherPriorityTaskWoken = pdFALSE; in timer_group0_isr() local
134 higherPriorityTaskWoken = xTaskResumeFromISR(handle); in timer_group0_isr()
135 if (higherPriorityTaskWoken == pdTRUE) { in timer_group0_isr()