Home
last modified time | relevance | path

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

/lvgl-latest/src/osal/
Dlv_freertos.c166 BaseType_t xMutexGiveStatus = xSemaphoreGiveRecursive(pxMutex->xMutex); in lv_mutex_unlock() local
167 if(xMutexGiveStatus != pdTRUE) { in lv_mutex_unlock()