Searched refs:xMutex (Results 1 – 2 of 2) sorted by relevance
130 BaseType_t xMutexTakeStatus = xSemaphoreTakeRecursive(pxMutex->xMutex, portMAX_DELAY); in lv_mutex_lock()146 BaseType_t xMutexTakeStatus = xSemaphoreTakeFromISR(pxMutex->xMutex, &xHigherPriorityTaskWoken); in lv_mutex_lock_isr()166 BaseType_t xMutexGiveStatus = xSemaphoreGiveRecursive(pxMutex->xMutex); in lv_mutex_unlock()179 vSemaphoreDelete(pxMutex->xMutex); in lv_mutex_delete()438 pxMutex->xMutex = xSemaphoreCreateRecursiveMutex(); in prvMutexInit()441 if(pxMutex->xMutex == NULL) { in prvMutexInit()
52 SemaphoreHandle_t xMutex; /**< FreeRTOS mutex. */ member