/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.txt | 917 sigaction
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.txt | 960 sigaction
|
/external/bluetooth/bluez/cups/ |
hcrp.c | 284 sigaction(SIGTERM, &action, NULL);
|
/external/chromium/third_party/libevent/ |
config.h.in | 99 /* Define to 1 if you have the `sigaction' function. */
|
/external/chromium/third_party/libevent/linux/ |
config.h | 100 /* Define to 1 if you have the `sigaction' function. */
|
event-config.h | 107 /* Define to 1 if you have the `sigaction' function. */
|
/external/chromium/third_party/libevent/mac/ |
config.h | 100 /* Define to 1 if you have the `sigaction' function. */
|
event-config.h | 107 /* Define to 1 if you have the `sigaction' function. */
|
/external/e2fsprogs/misc/ |
fsck.c | 1085 struct sigaction sa; 1090 memset(&sa, 0, sizeof(struct sigaction)); 1092 sigaction(SIGINT, &sa, 0); 1093 sigaction(SIGTERM, &sa, 0);
|
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe.h | 23 #define _POSIX_SOURCE 1 /* For sigaction defines */
|
/external/quake/quake/src/QW/client/ |
vid_x.c | 402 struct sigaction sa;
403 sigaction(SIGINT, 0, &sa);
405 sigaction(SIGINT, &sa, 0);
406 sigaction(SIGTERM, &sa, 0);
|
/external/quake/quake/src/WinQuake/ |
vid_sunx.cpp | 621 struct sigaction sa; 622 sigaction(SIGINT, 0, &sa); 624 sigaction(SIGINT, &sa, 0); 625 sigaction(SIGTERM, &sa, 0);
|
vid_x.cpp | 479 struct sigaction sa; 480 sigaction(SIGINT, 0, &sa); 482 sigaction(SIGINT, &sa, 0); 483 sigaction(SIGTERM, &sa, 0);
|
/system/core/include/arch/freebsd-x86/ |
AndroidConfig.h | 268 * Do we have the sigaction flag SA_NOCLDWAIT?
|
/system/core/include/arch/linux-arm/ |
AndroidConfig.h | 283 * Do we have the sigaction flag SA_NOCLDWAIT?
|
/system/core/include/arch/linux-sh/ |
AndroidConfig.h | 288 * Do we have the sigaction flag SA_NOCLDWAIT?
|
/system/core/include/arch/linux-x86/ |
AndroidConfig.h | 257 * Do we have the sigaction flag SA_NOCLDWAIT?
|
/system/core/include/arch/target_linux-x86/ |
AndroidConfig.h | 274 * Do we have the sigaction flag SA_NOCLDWAIT?
|
/external/dbus/tools/ |
dbus-launch.c | 371 struct sigaction act; 380 sigaction (SIGHUP, &act, NULL); 381 sigaction (SIGTERM, &act, NULL);
|
/external/qemu/ |
vl-android.c | [all...] |
vl.c | [all...] |
/external/v8/test/cctest/ |
test-log.cc | 161 struct sigaction old_sigprof_handler; 284 struct sigaction sa; 288 CHECK_EQ(0, sigaction(SIGPROF, &sa, &old_sigprof_handler)); [all...] |
/bionic/libc/arch-arm/ |
syscalls.mk | 126 syscall_src += arch-arm/syscalls/sigaction.S
|
/bionic/libc/arch-sh/ |
syscalls.mk | 129 syscall_src += arch-sh/syscalls/sigaction.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 129 syscall_src += arch-x86/syscalls/sigaction.S
|