/external/chromium_org/remoting/host/installer/mac/PrivilegedHelperTools/ |
org.chromium.chromoting.me2me.sh | 43 SIGVTALRM SIGPROF SIGWINCH SIGINFO SIGUSR1 SIGUSR2"
|
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui_openssl.c | 616 #ifdef SIGUSR2 617 if (i == SIGUSR2) 654 #ifdef SIGUSR2 655 if (i == SIGUSR2)
|
/external/kernel-headers/original/asm-x86/ |
signal.h | 55 #define SIGUSR2 12
|
/external/openssl/crypto/ui/ |
ui_openssl.c | 616 #ifdef SIGUSR2 617 if (i == SIGUSR2) 654 #ifdef SIGUSR2 655 if (i == SIGUSR2)
|
/external/bluetooth/bluedroid/hci/src/ |
btsnoop.c | 552 int sig = SIGUSR2; 615 pthread_kill(thread_id, SIGUSR2);
|
/libcore/luni/src/main/native/ |
libcore_io_OsConstants.cpp | 377 initConstant(env, c, "SIGUSR2", SIGUSR2);
|
/external/bison/lib/ |
fatal-signal.c | 41 SIGALRM SIGUSR1 SIGUSR2 SIGPOLL SIGIO SIGLOST - because applications
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpulse-simple.so | |
libpulse-simple.so.0 | |
libpulse-simple.so.0.0 | |
libpulse-simple.so.0.0.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpulse-simple.so | |
libpulse-simple.so.0 | |
libpulse-simple.so.0.0 | |
libpulse-simple.so.0.0.1 | |
/external/chromium_org/tools/android/forwarder/ |
forwarder.cc | 415 signal(SIGUSR2, DumpInformation);
|
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/ |
uim.c | 424 * ST KIM will send a signal SIGUSR2 to the UIM to install the N_TI_WL 924 st_sig_handler(SIGUSR2);
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
sandbox_bpf_unittest.cc | 618 // Call sigprocmask() to verify that SIGUSR2 wasn't blocked, if we didn't 622 // Use SIGUSR2 because Android seems to use SIGUSR1 for some purpose. 625 BPF_ASSERT(!sigismember(&mask1, SIGUSR2)); 629 sigaddset(&mask0, SIGUSR2); 632 BPF_ASSERT( sigismember(&mask2, SIGUSR2)); [all...] |
/development/ndk/sources/android/libportable/arch-mips/ |
signal.c | 161 case SIGUSR2: name = "SIGUSR2:17"; break; 266 return SIGUSR2; 407 case SIGUSR2: /* 12 <-- 17 */ [all...] |
/external/e2fsprogs/e2fsck/ |
e2fsck.8.in | 335 .B SIGUSR2
|
/external/llvm/lib/Support/Unix/ |
Signals.inc | 56 SIGHUP, SIGINT, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2
|
/external/chromium/testing/gtest/test/ |
gtest-death-test_test.cc | 681 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar"; [all...] |
/external/dnsmasq/src/ |
dnsmasq.c | 103 sigaction(SIGUSR2, &sigact, NULL); 742 else if (sig == SIGUSR2) [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 246 signal (SIGUSR2, terminate_intr); 257 signal (SIGUSR2, SIG_DFL);
|
/external/gtest/test/ |
gtest-death-test_test.cc | 681 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar"; [all...] |