HomeSort by relevance Sort by last modified time
    Searched refs:SIGINT (Results 176 - 200 of 223) sorted by null

1 2 3 4 5 6 78 9

  /external/quake/quake/src/QW/client/
gl_vidlinuxglx.c 366 signal(SIGINT, signal_handler);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 481 # SIGINT. And that agrees with the subprocess documentation.
483 - signal.SIGINT == self._proc.returncode):
  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
hlr_auc_gw.c 708 signal(SIGINT, handle_term);
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 703 signal(SIGINT, handle_term);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 262 public static final int SIGINT = placeholder();
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 47 #include <signal.h> // For SIGINT, SIGTERM
849 mDNSPosixListenForSignalInEventLoop(SIGINT);
854 struct timeval timeout = { 0x3FFFFFFF, 0 }; // wait until SIGINT or SIGTERM
858 while ( !( sigismember( &signals, SIGINT) || sigismember( &signals, SIGTERM)));
    [all...]
  /external/mksh/src/
jobs.c 527 setsig(&sigtraps[SIGINT], SIG_IGN,
    [all...]
  /external/ppp/pppd/
main.c 705 sigaddset(&signals_handled, SIGINT);
719 SIGNAL(SIGINT, term); /* Interrupt */
    [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
  /external/openssh/
mux.c     [all...]
  /external/sqlite/dist/orig/
shell.c 230 ** by the SIGINT handler to interrupt database processing.
654 #ifdef SIGINT
    [all...]
  /external/sqlite/dist/
shell.c 235 ** by the SIGINT handler to interrupt database processing.
659 #ifdef SIGINT
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 1590 static int sigint = 0; variable
    [all...]
  /external/blktrace/btreplay/
btreplay.c     [all...]
  /external/bluetooth/bluez/test/
ipctest.c 1094 signal(SIGINT, sig_term);
  /external/iproute2/misc/
arpd.c 784 catch_signal(SIGINT, sig_exit);
  /external/ipsec-tools/src/racoon/
privsep.c 279 signal(SIGINT, SIG_DFL);
  /external/linux-tools-perf/
builtin-script.c 399 signal(SIGINT, sig_handler);
builtin-stat.c 1224 signal(SIGINT, skip_signal);
    [all...]
  /external/qemu/android/
main-common.c 518 signal(SIGINT, SIG_DFL);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 471 signal(SIGINT, signal_handler);
  /external/tcpdump/
tcpdump.c 956 (void)setsignal(SIGINT, cleanup);
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 453 #define VKI_SIGINT SIGINT
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c     [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 268 initConstant(env, c, "SIGINT", SIGINT);

Completed in 2087 milliseconds

1 2 3 4 5 6 78 9