SIGTERM 118 base/process/kill_posix.cc case SIGTERM: SIGTERM 140 base/process/kill_posix.cc bool result = kill(process_id, SIGTERM) == 0; SIGTERM 113 base/process/launch_posix.cc signal(SIGTERM, SIG_DFL); SIGTERM 99 base/test/launcher/test_launcher.cc kill((-1) * (i->first), SIGTERM); SIGTERM 362 base/test/launcher/test_launcher.cc CHECK_EQ(0, sigaction(SIGTERM, &action, NULL)); SIGTERM 305 chrome/app/chrome_main_delegate.cc CHECK(sigaction(SIGTERM, &sigact, NULL) == 0); SIGTERM 314 chrome/app/chrome_main_delegate.cc CHECK(sigaction(SIGTERM, &sigact, NULL) == 0); SIGTERM 93 chrome/browser/chrome_browser_main_posix.cc RAW_CHECK(signal == SIGTERM); SIGTERM 345 chrome/browser/chrome_browser_main_posix.cc CHECK(sigaction(SIGTERM, &action, NULL) == 0); SIGTERM 303 chrome/browser/unload_browsertest.cc EXPECT_EQ(kill(base::GetCurrentProcessHandle(), SIGTERM), 0); SIGTERM 44 chrome/common/service_process_util_linux.cc if (kill(process_id, SIGTERM) < 0) { SIGTERM 108 chrome/common/service_process_util_posix.cc *success = sigaction(SIGTERM, &action, &old_action_) == 0; SIGTERM 146 chrome/common/service_process_util_posix.cc if (sigaction(SIGTERM, &old_action_, NULL) < 0) { SIGTERM 212 content/app/content_main_runner.cc SIGALRM, SIGTERM, SIGCHLD, SIGBUS, SIGTRAP}; // SIGPIPE is set below. SIGTERM 262 content/public/test/browser_test_base.cc signal(SIGTERM, DumpStackTraceSignalHandler); SIGTERM 38 content/shell/renderer/test_runner/helper/layout_test_helper_win.cc signal(SIGTERM, SimpleSignalHandler); SIGTERM 272 media/tools/player_x11/player_x11.cc signal(SIGTERM, &TerminateHandler); SIGTERM 995 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc case SIGTERM: SIGTERM 96 net/tools/flip_server/flip_in_mem_edsm_server.cc case SIGTERM: SIGTERM 160 net/tools/flip_server/flip_in_mem_edsm_server.cc signal(SIGTERM, SignalHandler); SIGTERM 508 remoting/host/remoting_me2me_host.cc SIGTERM, SIGTERM 515 remoting/host/remoting_me2me_host.cc DCHECK(signal_number == SIGTERM); SIGTERM 414 tools/android/forwarder/forwarder.cc signal(SIGTERM, KillHandler); SIGTERM 260 tools/android/forwarder2/daemon.cc if (kill(daemon_pid, SIGTERM) < 0) { SIGTERM 74 tools/android/forwarder2/device_forwarder_main.cc signal(SIGTERM, KillHandler); SIGTERM 68 tools/android/forwarder2/host_forwarder_main.cc if (signal_number != SIGTERM && signal_number != SIGINT) { SIGTERM 318 tools/android/forwarder2/host_forwarder_main.cc signal(SIGTERM, KillHandler);