Searched refs:SIGQUIT (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | loopwavequeue.c | 107 #ifdef SIGQUIT in main() 108 signal(SIGQUIT, poked); in main()
|
A D | testaudiohotplug.c | 171 #ifdef SIGQUIT in main() 172 signal(SIGQUIT, poked); in main()
|
/AliOS-Things-master/components/posix/include/ |
A D | signal.h | 18 #define SIGQUIT 3 macro
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_std.js | 255 os.kill(pid, os.SIGQUIT); 258 assert(status & 0x7f, os.SIGQUIT);
|
/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,
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 3842 OS_FLAG(SIGQUIT),
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs-libc.c | 3499 OS_FLAG(SIGQUIT),
|
Completed in 23 milliseconds