Searched refs:_SemaphoreVsync (Results 1 – 1 of 1) sorted by relevance
72 static SemaphoreHandle_t _SemaphoreVsync = NULL; variable148 _SemaphoreVsync = xSemaphoreCreateBinary(); in glcdc_create()179 xSemaphoreGiveFromISR(_SemaphoreVsync, &context_switch); in give_vsync_sem_and_yield()274 if(uxSemaphoreGetCount(_SemaphoreVsync)) { in flush_wait_direct()275 xSemaphoreTake(_SemaphoreVsync, 10); in flush_wait_direct()278 xSemaphoreTake(_SemaphoreVsync, portMAX_DELAY); in flush_wait_direct()