Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidevents.c73 static int isPausing = 0; local
83 if (isPaused && !isPausing) {
102 if( isPausing || SDL_SemTryWait(Android_PauseSem) == 0 ) {
106 isPausing = 1;
109 isPausing = 0;