Home
last modified time | relevance | path

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

/lvgl-latest/src/osal/
Dlv_freertos.c375 BaseType_t xAnyHigherPriorityTaskWoken = pdFALSE; in lv_thread_sync_signal_isr() local
379 xSemaphoreGiveFromISR(pxCond->xCondWaitSemaphore, &xAnyHigherPriorityTaskWoken); in lv_thread_sync_signal_isr()
380 xHigherPriorityTaskWoken |= xAnyHigherPriorityTaskWoken; in lv_thread_sync_signal_isr()