Searched refs:SDL_INIT_NOPARACHUTE (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL.h60 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */ macro
66 * Unless the SDL_INIT_NOPARACHUTE flag is set, it will install cleanup
/external/qemu/distrib/sdl-1.2.12/src/
H A DSDL.c167 if ( !(flags & SDL_INIT_NOPARACHUTE) ) {
/external/qemu/distrib/sdl-1.2.12/src/main/win32/
H A DSDL_win32_main.c202 if ( SDL_Init(SDL_INIT_NOPARACHUTE) < 0 ) {
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_video.c585 if ( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE) < 0 ) {
/external/qemu/android/
H A Dmain.c989 flags = SDL_INIT_NOPARACHUTE;

Completed in 51 milliseconds