Searched refs:SIGHUP (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | loopwavequeue.c | 103 #ifdef SIGHUP in main() 104 signal(SIGHUP, poked); in main()
|
A D | testaudiohotplug.c | 167 #ifdef SIGHUP in main() 168 signal(SIGHUP, poked); in main()
|
/AliOS-Things-master/components/posix/include/ |
A D | signal.h | 16 #define SIGHUP 1 macro
|
/AliOS-Things-master/components/SDL2/src/audio/haiku/ |
A D | SDL_haikuaudio.cc | 100 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGWINCH, 0
|
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_systhread.c | 68 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_evdev_kbd.c | 206 SIGHUP, SIGQUIT, SIGILL, SIGABRT, 329 if ((signum == SIGHUP || signum == SIGPIPE) in kbd_register_emerg_cleanup()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | multilink.c | 271 kill(pid, SIGHUP); in sendhup()
|
Completed in 8 milliseconds