Searched refs:SIGTERM (Results 76 - 100 of 153) sorted by relevance

1234567

/external/e2fsprogs/misc/
H A Dfsck.c583 kill_all(SIGTERM);
1068 kill_all(SIGTERM);
1104 sigaction(SIGTERM, &sa, 0);
1310 kill_all(SIGTERM);
H A Dlogsave.c177 sigaction(SIGTERM, &sa, 0);
/external/fio/
H A Dlibfio.c211 kill(td->pid, SIGTERM);
/external/ipsec-tools/
H A Dmain.c180 signal(SIGTERM, terminate);
/external/libedit/examples/
H A Dtc1.c144 (void) signal(SIGTERM, sig);
H A Dwtc1.c125 (void)signal(SIGTERM, sig);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dannotate.c186 signal(SIGTERM, perf_gtk__signal);
/external/qemu/
H A Dos-posix.c83 sigaction(SIGTERM, &act, NULL);
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc291 CHECK(sigaction(SIGTERM, &sigact, NULL) == 0);
300 CHECK(sigaction(SIGTERM, &sigact, NULL) == 0);
/external/iputils/ninfod/
H A Dninfod.c408 sigaddset(&smask, SIGTERM);
417 sigaction(SIGTERM, &act, NULL);
/external/llvm/lib/Support/Unix/
H A DSignals.inc56 SIGHUP, SIGINT, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2
/external/oprofile/opcontrol/
H A Dopcontrol.cpp298 kill(num, SIGTERM);
612 kill(pid, SIGTERM);/* Politely ask the daemon to die */
/external/chromium_org/build/android/buildbot/
H A Dbb_device_status_check.py258 for sig in [signal.SIGTERM, signal.SIGQUIT, signal.SIGKILL]:
/external/chromium_org/media/tools/constrained_network_server/
H A Dcns_test.py199 os.kill(self._server_pid, signal.SIGTERM)
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc267 signal(SIGTERM, &TerminateHandler);
/external/chromium_org/tools/android/forwarder/
H A Dforwarder.cc414 signal(SIGTERM, KillHandler);
/external/dnsmasq/src/
H A Dhelper.c73 /* ignore SIGTERM, so that we can clean up when the main process gets hit
78 sigaction(SIGTERM, &sigact, NULL);
H A Ddnsmasq.c105 sigaction(SIGTERM, &sigact, NULL);
718 if (sig == SIGTERM)
738 else if (sig == SIGTERM)
906 my_syslog(LOG_INFO, _("exiting on receipt of SIGTERM"));
/external/libusb/examples/
H A Ddpfp.c463 sigaction(SIGTERM, &sigact, NULL);
H A Ddpfp_threaded.c482 sigaction(SIGTERM, &sigact, NULL);
/external/ppp/pppd/
H A Dmain.c706 sigaddset(&signals_handled, SIGTERM);
720 SIGNAL(SIGTERM, term); /* Terminate */
1414 * term - Catch SIGTERM signal and SIGINT signal (^C/del).
1497 kill_my_pg(SIGTERM);
1772 * exit, send them all a SIGTERM.
1782 dbglog("sending SIGTERM to process %d", chp->pid);
1783 kill(chp->pid, SIGTERM);
/external/strace/
H A Dstrace.c1957 sigaddset(&blocked_set, SIGTERM);
1965 sigaction(SIGTERM, &sa, NULL);
2005 fatal_sig = SIGTERM;
/external/stressapptest/src/
H A Dsat.cc1698 sigaddset(&new_blocked_signals, SIGTERM);
1702 sighandler_t prev_sigterm_handler = signal(SIGTERM, SatHandleBreak);
1807 signal(SIGTERM, prev_sigterm_handler);
/external/android-clat/
H A Dclatd.c555 if(signal(SIGTERM, stop_loop) == SIG_ERR) {
/external/chromium_org/base/process/
H A Dlaunch_posix.cc117 signal(SIGTERM, SIG_DFL);

Completed in 589 milliseconds

1234567