Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11dyn.c119 static int x11_load_refcount = 0; variable
125 if (x11_load_refcount > 0) { in SDL_X11_UnloadSymbols()
126 if (--x11_load_refcount == 0) { in SDL_X11_UnloadSymbols()
158 if (x11_load_refcount++ == 0) { in SDL_X11_LoadSymbols()

Completed in 7 milliseconds