Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/main/haiku/
A DSDL_BeApp.cc49 static SDL_Thread *SDL_AppThread = NULL; variable
87 SDL_AppThread = SDL_CreateThreadInternal(StartBeApp, "SDLApplication", 0, NULL); in SDL_InitBeApp()
88 if (SDL_AppThread == NULL) { in SDL_InitBeApp()
131 if (SDL_AppThread != NULL) { in SDL_QuitBeApp()
135 SDL_WaitThread(SDL_AppThread, NULL); in SDL_QuitBeApp()
136 SDL_AppThread = NULL; in SDL_QuitBeApp()

Completed in 2 milliseconds