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

1 2 3 45 6 7 8 9

  /hardware/ti/wpan/bt_sco_app/
bt_sco_app.c 286 sigaction(SIGINT, &sa, NULL);
  /system/core/sh/
main.c 194 SIGINT, SIGQUIT, SIGHUP,
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 106 case SIGINT:
168 signal(SIGINT, SignalHandler);
  /external/ipsec-tools/src/racoon/
session.c 318 SIGINT,
450 case SIGINT:
  /external/mdnsresponder/mDNSPosix/
ProxyResponder.c 22 #include <signal.h> // For SIGINT, SIGTERM
237 mDNSPosixListenForSignalInEventLoop(SIGINT);
278 struct timeval timeout = { 0x3FFFFFFF, 0 }; // wait until SIGINT or SIGTERM
282 while ( !( sigismember( &signals, SIGINT) || sigismember( &signals, SIGTERM)));
Responder.c 67 // o SIGINT causes an orderly shutdown of the program.
97 // A handler for SIGINT that causes us to break out of the
101 assert(sigraised == SIGINT);
705 signal(SIGINT, HandleSigInt); // SIGINT is what you get for a Ctrl-C
  /external/bluetooth/bluez/tools/
ciptool.c 379 sigaction(SIGINT, &sa, NULL);
388 sigdelset(&sigs, SIGINT);
l2ping.c 85 sigaction(SIGINT, &sa, NULL);
ppporc.c 254 sigaction(SIGINT, &sa, NULL);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.c 340 fprintf(stderr, "eloop: could not process SIGINT or SIGTERM in two "
355 if ((sig == SIGINT || sig == SIGTERM) && !eloop.pending_terminate) {
427 int ret = eloop_register_signal(SIGINT, handler, user_data);
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 416 if (signo == SIGINT) {
892 sigdelset(&sigs, SIGINT);
  /ndk/sources/host-tools/make-3.81/
commands.c 425 if (sig == SIGINT)
471 if (sig == SIGTERM || sig == SIGINT
  /external/bluetooth/bluez/compat/
dun.c 278 if (kill(pid, SIGINT) < 0)
  /external/bluetooth/bluez/test/
hstest.c 226 sigaction(SIGINT, &sa, NULL);
  /external/dropbear/
svr-main.c 369 if (signal(SIGINT, sigintterm_handler) == SIG_ERR ||
  /external/e2fsprogs/misc/
logsave.c 176 sigaction(SIGINT, &sa, 0);
  /external/ipsec-tools/
main.c 178 signal(SIGINT, terminate);
  /external/qemu/
os-posix.c 81 sigaction(SIGINT, &act, NULL);
  /external/quake/quake/src/QW/client/
gl_vidlinux.c 194 signal(SIGINT, signal_handler);
  /external/valgrind/main/auxprogs/
valgrind-listener.c 259 signal(SIGINT, sigint_handler);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 98 # SIGINT. And that agrees with the subprocess documentation.
100 - signal.SIGINT == self._proc.returncode):
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 601 if(signal(SIGINT, SignalCB) == SIG_ERR)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.h 19 #define SIGINT 2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.h 19 #define SIGINT 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.h 19 #define SIGINT 2

Completed in 2239 milliseconds

1 2 3 45 6 7 8 9