HomeSort by relevance Sort by last modified time
    Searched full:sigusr2 (Results 76 - 100 of 170) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
signal.h 46 #define SIGUSR2 12
  /external/qemu/
posix-aio-compat.c 579 acb->ev_signo = SIGUSR2;
608 acb->ev_signo = SIGUSR2;
636 sigaction(SIGUSR2, &act, NULL);
cpus.c 410 sigaddset(&set, SIGUSR2);
429 sigaddset(&set, SIGUSR2);
  /external/ipsec-tools/src/racoon/
session.c 321 SIGUSR2,
440 case SIGUSR2:
  /external/oprofile/daemon/
oprofiled.c 272 if (sigaction(SIGUSR2, &act, NULL)) {
273 perror("oprofiled: install of SIGUSR2 handler failed: ");
  /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 338 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 
  /development/ndk/sources/android/libportable/arch-mips/
signal.c 159 case SIGUSR2: name = "SIGUSR2:17"; break;
260 return SIGUSR2;
398 case SIGUSR2: /* 12 <-- 17 */
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 112 static const int SigThreadSuspendResume = SIGUSR2;
  /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/e2fsprogs/e2fsck/
e2fsck.8.in 335 .B SIGUSR2
  /external/llvm/lib/Support/Unix/
Signals.inc 54 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...]

Completed in 623 milliseconds

1 2 34 5 6 7