HomeSort by relevance Sort by last modified time
    Searched full:sighup (Results 251 - 275 of 540) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
ioctl_compat.h 133 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
ioctl_compat.h 133 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
ioctl_compat.h 133 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
ioctl_compat.h 133 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
ioctl_compat.h 133 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
ioctl_compat.h 133 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
ioctl_compat.h 133 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
ioctl_compat.h 133 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /system/core/logd/
CommandListener.cpp 311 reinit_signal_handler(SIGHUP);
  /external/selinux/policycoreutils/sandbox/
seunshare.c 111 /* Terminate on SIGHUP */
112 if (signal(SIGHUP, SIG_DFL) == SIG_ERR) {
113 perror("Unable to set SIGHUP handler");
  /external/toybox/toys/pending/
syslogd.c 469 signal(SIGHUP, signal_handler);
478 //don't daemonize again if SIGHUP received.
518 case SIGHUP:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 267 (e.g., strsignal (SIGHUP) returns something like "Hangup"). */
273 /* Return the name of a signal number (e.g., strsigno (SIGHUP) returns
274 "SIGHUP"). */
  /system/extras/perfprofd/
perfprofdcore.cc 820 // SIGHUP handler. Sending SIGHUP to the daemon can be used to break it
884 signal(SIGHUP, sig_hup);
  /external/selinux/policycoreutils/newrole/
newrole.c 981 /* Terminate on SIGHUP. */
982 if (signal(SIGHUP, SIG_DFL) == SIG_ERR) {
983 fprintf(stderr, _("Unable to set SIGHUP handler\n"));
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-death-test.h 95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
  /external/gtest/include/gtest/
gtest-death-test.h 95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
  /external/libvncserver/x11vnc/misc/
blockdpy.c 269 signal(SIGHUP, reset);

Completed in 2136 milliseconds

<<11121314151617181920>>