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

1 2 3 4 56 7 8 9

  /system/core/sh/
redir.c 274 signal(SIGINT, SIG_IGN);
  /device/moto/stingray/whisper/
Whisper_AccyMain.c 568 case SIGINT:
617 sigaction(SIGINT, &shutdownAction, NULL);
  /external/bluetooth/bluez/compat/
hidd.c 359 sigdelset(&sigs, SIGINT);
843 sigaction(SIGINT, &sa, NULL);
pand.c 172 sigdelset(&sigs, SIGINT);
786 sigaction(SIGINT, &sa, NULL);
dund.c 603 sigaction(SIGINT, &sa, NULL);
  /external/dbus/tools/
dbus-launch.c 410 case SIGINT:
435 sigaction (SIGINT, &act, NULL);
  /external/llvm/utils/lit/lit/
TestRunner.py 86 if exitCode == -signal.SIGINT:
265 if res == -signal.SIGINT:
  /external/v8/src/
d8-posix.cc 396 kill(pid, SIGINT);
509 kill(pid, SIGINT); // On timeout, kill the subprocess.
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 103 signal(SIGINT, restoreMainDisplayColorProfile);
  /external/bluetooth/bluez/src/
main.c 449 sigaction(SIGINT, &sa, NULL);
  /external/libusb/examples/
dpfp.c 462 sigaction(SIGINT, &sigact, NULL);
dpfp_threaded.c 481 sigaction(SIGINT, &sigact, NULL);
  /external/mtpd/
mtpd.c 178 signal(SIGINT, interrupt);
  /external/openssh/
clientloop.c 851 handler = signal(SIGINT, SIG_IGN);
953 signal(SIGINT, handler);
    [all...]
sftp.c 92 /* SIGINT received during command processing */
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinux.cpp 198 signal(SIGINT, signal_handler);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 449 sys.exit(signal.SIGINT + 128)
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 293 int ret = eloop_register_signal(SIGINT, handler, user_data);
  /external/wpa_supplicant_8/src/utils/
eloop_none.c 284 int ret = eloop_register_signal(SIGINT, handler, user_data);
  /system/core/toolbox/
schedtop.c 323 signal(SIGINT, sig_abort);
  /system/extras/atrace/
atrace.c 401 sigaction(SIGINT, &sa, NULL);
  /system/extras/latencytop/
latencytop.c 130 signal(SIGINT, &signal_handler);
  /external/ping6/
ping6.c 1042 (void)signal(SIGINT, onsignal);
1074 onint(SIGINT);
1158 case SIGINT:
    [all...]
  /external/strace/
strace.c 593 sigaction(SIGINT, &sa, NULL);
1031 sigaddset(&blocked_set, SIGINT);
1042 sigaction(SIGINT, &sa, NULL);
1338 kill(tcp->pid, SIGINT);
    [all...]
  /external/bluetooth/bluez/test/
agent.c 682 sigaction(SIGINT, &sa, NULL);

Completed in 1419 milliseconds

1 2 3 4 56 7 8 9