/external/qemu/ |
vl-android.c | 520 * drop logs upon receiving a SIGUSR1 signal. We need to clear the logs 659 /* This is the handler for the SIGUSR1 and SIGUSR2 signals. 660 * SIGUSR1 turns tracing on. SIGUSR2 turns tracing off. 664 if (sig == SIGUSR1) [all...] |
/external/valgrind/main/coregrind/ |
vgdb.c | 1616 static int sigusr1 = 0; variable [all...] |
/development/ndk/sources/android/libportable/arch-mips/ |
signal.c | 160 case SIGUSR1: name = "SIGUSR1:16"; break; 260 return SIGUSR1; 401 case SIGUSR1: /* 10 <-- 16 */ [all...] |
/external/llvm/lib/Support/Unix/ |
Signals.inc | 56 SIGHUP, SIGINT, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2
|
/external/wpa_supplicant_8/hostapd/ |
main.c | 392 eloop_register_signal(SIGUSR1, handle_dump_state, interfaces);
|
/external/dnsmasq/src/ |
dnsmasq.c | 102 sigaction(SIGUSR1, &sigact, NULL); 740 else if (sig == SIGUSR1) [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 245 signal (SIGUSR1, terminate_intr); 256 signal (SIGUSR1, SIG_DFL);
|
fsck.c | 645 kill(inst2->pid, SIGUSR1); 649 kill(inst2->pid, SIGUSR1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libmudflap.so | |
libmudflap.so.0 | |
libmudflap.so.0.0.0 | |
libmudflapth.so | |
libmudflapth.so.0 | |
libmudflapth.so.0.0.0 | |
/ndk/sources/host-tools/make-3.81/ |
main.c | 586 /* Toggle -d on receipt of SIGUSR1. */ 588 #ifdef SIGUSR1 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | [all...] |
/external/dhcpcd/ |
dhcpcd.c | [all...] |
/art/runtime/ |
runtime.cc | [all...] |
/external/chromium_org/remoting/tools/ |
me2me_virtual_host.py | 427 # Have the host process use SIGUSR1 to signal a successful start. 436 signal.signal(signal.SIGUSR1, sigusr1_handler) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
VERSION | 3 SIGUSR1/SIGUSR2 are no longer mapped in the read tty stuff because it
|
/external/dnsmasq/man/ |
dnsmasq.8 | 76 SIGUSR1, log to stderr as well as syslog, don't fork new processes 80 Log the results of DNS queries handled by dnsmasq. Enable a full cache dump on receipt of SIGUSR1. [all...] |
/external/dnsmasq/man/es/ |
dnsmasq.8 | 81 recibir un SIGUSR1, bitacorear a stderr al igual que a syslog, no 86 Habilitar un dump de cach? completo al recibir un SIGUSR1. [all...] |
/external/dnsmasq/man/fr/ |
dnsmasq.8 | 84 du cache lors de la réception d'un signal SIGUSR1, envoyer les logs sur la 91 réception d'un signal SIGUSR1. [all...] |
/external/iproute2/misc/ |
arpd.c | 795 catch_signal(SIGUSR1, sig_stats);
|