Searched refs:xCondWaitSemaphore (Results 1 – 2 of 2) sorted by relevance
237 pxCond->xCondWaitSemaphore, in lv_thread_sync_wait()315 xSemaphoreGive(pxCond->xCondWaitSemaphore); in lv_thread_sync_signal()336 vSemaphoreDelete(pxCond->xCondWaitSemaphore); in lv_thread_sync_delete()379 xSemaphoreGiveFromISR(pxCond->xCondWaitSemaphore, &xAnyHigherPriorityTaskWoken); in lv_thread_sync_signal_isr()478 pxCond->xCondWaitSemaphore = xSemaphoreCreateCounting(ulMAX_COUNT, 0U); in prvCondInit()481 if(pxCond->xCondWaitSemaphore == NULL) { in prvCondInit()492 vSemaphoreDelete(pxCond->xCondWaitSemaphore); in prvCondInit()
62 …SemaphoreHandle_t xCondWaitSemaphore; /**< Threads block on this semaphore in lv_thread_sync_wait.… member