Searched refs:SDL_Parachute (Results 1 – 1 of 1) sorted by relevance
38 static void SDL_Parachute(int sig) in SDL_Parachute() function69 action.sa_handler = SDL_Parachute; in SDL_InstallParachute()85 ohandler = signal(SDL_fatal_signals[i], SDL_Parachute); in SDL_InstallParachute()103 if ( action.sa_handler == SDL_Parachute ) { in SDL_UninstallParachute()113 if ( ohandler != SDL_Parachute ) { in SDL_UninstallParachute()