Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dsdl2.c57 #define SDL2_MAX_IDLE_COUNT (2 * GUI_REFRESH_INTERVAL_DEFAULT \ macro
699 if (scon->idle_counter < SDL2_MAX_IDLE_COUNT) { in sdl2_poll_events()
701 if (scon->idle_counter >= SDL2_MAX_IDLE_COUNT) { in sdl2_poll_events()