/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 | 1594 static int sigusr1 = 0; variable [all...] |
/external/llvm/lib/Support/Unix/ |
Signals.inc | 52 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2
|
/external/wpa_supplicant_8/hostapd/ |
main.c | 380 eloop_register_signal(SIGUSR1, handle_dump_state, interfaces);
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
ipc_event.c | 343 system("killall -SIGUSR1 udhcpc");
|
/external/dnsmasq/src/ |
dnsmasq.c | 102 sigaction(SIGUSR1, &sigact, NULL); 734 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...] |
/external/dhcpcd/ |
dhcpcd.c | [all...] |
/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 | 787 catch_signal(SIGUSR1, sig_stats);
|
/external/libppp/src/ |
main.c | 411 sig_signal(SIGUSR1, RestartServer);
|
/external/okhttp/src/main/java/libcore/io/ |
OsConstants.java | 281 public static final int SIGUSR1 = placeholder();
|
/external/openssl/crypto/des/ |
VERSION | 3 SIGUSR1/SIGUSR2 are no longer mapped in the read tty stuff because it
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 856 kill(num, SIGUSR1);
|
/external/valgrind/main/coregrind/m_gdbserver/ |
signals.c | 74 {"SIGUSR1", "User defined signal 1"},
|