Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_quit.c51 SDL_HandleSIG(int sig) in SDL_HandleSIG() function
54 signal(sig, SDL_HandleSIG); in SDL_HandleSIG()
87 action.sa_handler = SDL_HandleSIG;
91 void (*ohandler) (int) = signal(sig, SDL_HandleSIG);
104 if ( action.sa_handler == SDL_HandleSIG ) {
110 if (ohandler != SDL_HandleSIG) {

Completed in 3 milliseconds