Home
last modified time | relevance | path

Searched defs:xMutexTakeStatus (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/osal/
Dlv_freertos.c130 BaseType_t xMutexTakeStatus = xSemaphoreTakeRecursive(pxMutex->xMutex, portMAX_DELAY); in lv_mutex_lock() local
146 BaseType_t xMutexTakeStatus = xSemaphoreTakeFromISR(pxMutex->xMutex, &xHigherPriorityTaskWoken); in lv_mutex_lock_isr() local