Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11dyn.c130 static int x11_load_refcount = 0; variable
136 if (x11_load_refcount > 0) { in SDL_X11_UnloadSymbols()
137 if (--x11_load_refcount == 0) { in SDL_X11_UnloadSymbols()
170 if (x11_load_refcount++ == 0) { in SDL_X11_LoadSymbols()