HomeSort by relevance Sort by last modified time
    Searched refs:SIGTERM (Results 226 - 250 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 219 signal.SIGTERM):
test_os.py 792 # SIGTERM doesn't mean anything special, but make sure it works
793 self._kill(signal.SIGTERM)
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 47 #include <signal.h> // For SIGINT, SIGTERM
850 mDNSPosixListenForSignalInEventLoop(SIGTERM);
854 struct timeval timeout = { 0x3FFFFFFF, 0 }; // wait until SIGINT or SIGTERM
858 while ( !( sigismember( &signals, SIGINT) || sigismember( &signals, SIGTERM)));
    [all...]
  /external/mksh/src/
main.c 710 if (intr_ok && ((exstat & 0xFF) - 128) != SIGTERM)
990 * only seems to do this for SIGTERM)
994 if ((sig == SIGINT || sig == SIGTERM) &&
    [all...]
jobs.c 743 if (j->state == PSTOPPED && (sig == SIGTERM || sig == SIGHUP))
    [all...]
  /external/openssh/
ssh-agent.c 1224 if (kill(pid, SIGTERM) == -1) {
    [all...]
mux.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /external/valgrind/main/coregrind/
vgdb.c 1613 static int sigterm = 0; variable
    [all...]
  /external/blktrace/btreplay/
btreplay.c     [all...]
  /external/iproute2/misc/
arpd.c 793 catch_signal(SIGTERM, sig_exit);
  /external/ipsec-tools/src/racoon/
privsep.c 280 signal(SIGTERM, SIG_DFL);
  /external/tcpdump/
tcpdump.c 955 (void)setsignal(SIGTERM, cleanup);
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 466 #define VKI_SIGTERM SIGTERM
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 1015 signal(SIGTERM, handle_term);
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c     [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 370 initConstant(env, c, "SIGTERM", SIGTERM);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 792 # SIGTERM doesn't mean anything special, but make sure it works
793 self._kill(signal.SIGTERM)
    [all...]
  /system/core/sh/
jobs.c 954 setsignal(SIGTERM, vforked);
  /external/blktrace/
blktrace.c     [all...]
  /external/dhcpcd/
dhcpcd.c     [all...]
  /external/bzip2/
bzip2.c     [all...]
  /external/chromium_org/chrome/test/webdriver/
webdriver_automation.cc 520 kill(launcher_->process(), SIGTERM);
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 884 sigaction(SIGTERM, &sa, 0);
    [all...]

Completed in 1026 milliseconds

1 2 3 4 5 6 7 8 91011