/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpulse-simple.so.0.0 | |
libpulse-simple.so.0.0.1 | |
/external/ipsec-tools/src/racoon/ |
session.c | 320 SIGUSR1,
|
/external/llvm/lib/Support/Unix/ |
Signals.inc | 51 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2
|
/external/wpa_supplicant_8/hostapd/ |
defconfig | 161 # Remove support for dumping state into a file on SIGUSR1 signal
|
main.c | 419 eloop_register_signal(SIGUSR1, handle_dump_state, interfaces);
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
osapi.c | 577 kill(pid, SIGUSR1);
|
ipc_event.c | 343 system("killall -SIGUSR1 udhcpc");
|
/external/valgrind/main/docs/internals/ |
threads-syscalls-signals.txt | 75 their signal; ie, calling kill(getpid(), SIGUSR1) will call the handler 76 for SIGUSR1 before kill is seen to complete.)
|
/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/dnsmasq/src/ |
dnsmasq.c | 102 sigaction(SIGUSR1, &sigact, NULL); 734 else if (sig == SIGUSR1) [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 242 signal (SIGUSR1, terminate_intr); 253 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/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);
|