kill 156 base/process/kill_mac.cc result = kill(child, SIGKILL); kill 140 base/process/kill_posix.cc bool result = kill(process_id, SIGTERM) == 0; kill 179 base/process/kill_posix.cc result = kill(process_id, SIGKILL) == 0; kill 189 base/process/kill_posix.cc bool result = kill(-1 * process_group_id, SIGKILL) == 0; kill 201 base/process/kill_posix.cc bool result = kill(handle, SIGKILL) == 0; kill 454 base/process/kill_posix.cc if (kill(child_, SIGKILL) == 0) { kill 286 base/process/process_util_unittest.cc ::kill(getpid(), SIGKILL); kill 99 base/test/launcher/test_launcher.cc kill((-1) * (i->first), SIGTERM); kill 121 base/test/launcher/test_launcher.cc kill((-1) * (i->first), SIGKILL); kill 233 chrome/browser/chrome_browser_main_posix.cc kill(getpid(), signal); kill 989 chrome/browser/process_singleton_linux.cc int rv = kill(static_cast<base::ProcessHandle>(pid), SIGKILL); kill 57 chrome/browser/ui/cocoa/hung_renderer_controller.h - (IBAction)kill:(id)sender; kill 303 chrome/browser/unload_browsertest.cc EXPECT_EQ(kill(base::GetCurrentProcessHandle(), SIGTERM), 0); kill 44 chrome/common/service_process_util_linux.cc if (kill(process_id, SIGTERM) < 0) { kill 282 chrome/installer/setup/uninstall.cc bool kill = true; kill 291 chrome/installer/setup/uninstall.cc kill = false; kill 296 chrome/installer/setup/uninstall.cc if (kill) { kill 32 chrome/test/chromedriver/chrome/chrome_desktop_impl.cc kill(process_id, SIGKILL); kill 377 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc return s_state.kp->kill(pid, sig); kill 153 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual int kill(pid_t pid, int sig); kill 152 native_client_sdk/src/libraries/third_party/newlib-extras/sys/signal.h int _EXFUN(kill, (pid_t, int)); kill 302 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc TEST_F(KernelWrapTest, kill) { kill 303 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_CALL(mock, kill(kDummyInt, kDummyInt2)).WillOnce(Return(kDummyInt3)); kill 304 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_EQ(kDummyInt3, kill(kDummyInt, kDummyInt2)); kill 41 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h MOCK_METHOD2(kill, int(int, int)); kill 1703 net/third_party/nss/ssl/sslsnce.c int result = kill(pid, 0); kill 706 remoting/host/remoting_me2me_host.cc kill(getppid(), SIGUSR1); kill 158 sandbox/linux/services/broker_process.cc PCHECK(0 == kill(broker_pid_, SIGKILL)); kill 371 sandbox/linux/services/broker_process_unittest.cc SANDBOX_ASSERT(kill(broker_pid, SIGKILL) == 0); kill 64 sandbox/linux/services/scoped_process.cc PCHECK(0 == kill(child_process_id_, SIGKILL)); kill 68 sandbox/linux/services/scoped_process_unittest.cc ASSERT_EQ(0, kill(process.GetPid(), SIGKILL)); kill 1501 third_party/libevent/test/regress.c struct kill *attack; kill 125 third_party/libevent/test/regress.gen.c const struct kill* value) kill 205 third_party/libevent/test/regress.gen.c msg_attack_get(struct msg *msg, struct kill* *value) kill 428 third_party/libevent/test/regress.gen.c struct kill * kill 431 third_party/libevent/test/regress.gen.c struct kill *tmp; kill 432 third_party/libevent/test/regress.gen.c if ((tmp = malloc(sizeof(struct kill))) == NULL) { kill 454 third_party/libevent/test/regress.gen.c kill_weapon_assign(struct kill *msg, kill 466 third_party/libevent/test/regress.gen.c kill_action_assign(struct kill *msg, kill 478 third_party/libevent/test/regress.gen.c kill_how_often_assign(struct kill *msg, const ev_uint32_t value) kill 486 third_party/libevent/test/regress.gen.c kill_weapon_get(struct kill *msg, char * *value) kill 495 third_party/libevent/test/regress.gen.c kill_action_get(struct kill *msg, char * *value) kill 504 third_party/libevent/test/regress.gen.c kill_how_often_get(struct kill *msg, ev_uint32_t *value) kill 513 third_party/libevent/test/regress.gen.c kill_clear(struct kill *tmp) kill 529 third_party/libevent/test/regress.gen.c kill_free(struct kill *tmp) kill 539 third_party/libevent/test/regress.gen.c kill_marshal(struct evbuffer *evbuf, const struct kill *tmp){ kill 548 third_party/libevent/test/regress.gen.c kill_unmarshal(struct kill *tmp, struct evbuffer *evbuf) kill 600 third_party/libevent/test/regress.gen.c kill_complete(struct kill *msg) kill 610 third_party/libevent/test/regress.gen.c evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg) kill 631 third_party/libevent/test/regress.gen.c evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg) kill 24 third_party/libevent/test/regress.gen.h struct kill; kill 42 third_party/libevent/test/regress.gen.h int (*attack_assign)(struct msg *, const struct kill*); kill 43 third_party/libevent/test/regress.gen.h int (*attack_get)(struct msg *, struct kill* *); kill 54 third_party/libevent/test/regress.gen.h struct kill* attack_data; kill 79 third_party/libevent/test/regress.gen.h int msg_attack_assign(struct msg *, const struct kill*); kill 80 third_party/libevent/test/regress.gen.h int msg_attack_get(struct msg *, struct kill* *); kill 96 third_party/libevent/test/regress.gen.h int (*weapon_assign)(struct kill *, const char *); kill 97 third_party/libevent/test/regress.gen.h int (*weapon_get)(struct kill *, char * *); kill 98 third_party/libevent/test/regress.gen.h int (*action_assign)(struct kill *, const char *); kill 99 third_party/libevent/test/regress.gen.h int (*action_get)(struct kill *, char * *); kill 100 third_party/libevent/test/regress.gen.h int (*how_often_assign)(struct kill *, const ev_uint32_t); kill 101 third_party/libevent/test/regress.gen.h int (*how_often_get)(struct kill *, ev_uint32_t *); kill 116 third_party/libevent/test/regress.gen.h struct kill *kill_new(void); kill 117 third_party/libevent/test/regress.gen.h void kill_free(struct kill *); kill 118 third_party/libevent/test/regress.gen.h void kill_clear(struct kill *); kill 119 third_party/libevent/test/regress.gen.h void kill_marshal(struct evbuffer *, const struct kill *); kill 120 third_party/libevent/test/regress.gen.h int kill_unmarshal(struct kill *, struct evbuffer *); kill 121 third_party/libevent/test/regress.gen.h int kill_complete(struct kill *); kill 123 third_party/libevent/test/regress.gen.h const struct kill *); kill 125 third_party/libevent/test/regress.gen.h struct kill *); kill 126 third_party/libevent/test/regress.gen.h int kill_weapon_assign(struct kill *, const char *); kill 127 third_party/libevent/test/regress.gen.h int kill_weapon_get(struct kill *, char * *); kill 128 third_party/libevent/test/regress.gen.h int kill_action_assign(struct kill *, const char *); kill 129 third_party/libevent/test/regress.gen.h int kill_action_get(struct kill *, char * *); kill 130 third_party/libevent/test/regress.gen.h int kill_how_often_assign(struct kill *, const ev_uint32_t); kill 131 third_party/libevent/test/regress.gen.h int kill_how_often_get(struct kill *, ev_uint32_t *); kill 90 third_party/libevent/test/regress_rpc.c EVRPC_HEADER(Message, msg, kill); kill 91 third_party/libevent/test/regress_rpc.c EVRPC_HEADER(NeverReply, msg, kill); kill 93 third_party/libevent/test/regress_rpc.c EVRPC_GENERATE(Message, msg, kill); kill 94 third_party/libevent/test/regress_rpc.c EVRPC_GENERATE(NeverReply, msg, kill); kill 102 third_party/libevent/test/regress_rpc.c struct kill* kill_reply = rpc->reply; kill 138 third_party/libevent/test/regress_rpc.c EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL); kill 139 third_party/libevent/test/regress_rpc.c EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL); kill 237 third_party/libevent/test/regress_rpc.c struct kill* kill_reply = NULL; kill 343 third_party/libevent/test/regress_rpc.c struct msg *msg, struct kill *kill, void *arg) kill 358 third_party/libevent/test/regress_rpc.c if (EVTAG_GET(kill, weapon, &weapon) == -1) { kill 362 third_party/libevent/test/regress_rpc.c if (EVTAG_GET(kill, action, &action) == -1) { kill 381 third_party/libevent/test/regress_rpc.c struct msg *msg, struct kill *kill, void *arg) kill 389 third_party/libevent/test/regress_rpc.c if (EVTAG_GET(kill, weapon, &weapon) == -1) { kill 393 third_party/libevent/test/regress_rpc.c if (EVTAG_GET(kill, action, &action) == -1) { kill 444 third_party/libevent/test/regress_rpc.c struct kill *kill; kill 467 third_party/libevent/test/regress_rpc.c kill = kill_new(); kill 469 third_party/libevent/test/regress_rpc.c EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL); kill 481 third_party/libevent/test/regress_rpc.c kill_clear(kill); kill 483 third_party/libevent/test/regress_rpc.c EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL); kill 497 third_party/libevent/test/regress_rpc.c kill_free(kill); kill 515 third_party/libevent/test/regress_rpc.c struct kill *kill_one, *kill_two; kill 557 third_party/libevent/test/regress_rpc.c struct msg *msg, struct kill *kill, void *arg) kill 563 third_party/libevent/test/regress_rpc.c if (kill_complete(kill) == 0) kill 580 third_party/libevent/test/regress_rpc.c struct kill *kill; kill 596 third_party/libevent/test/regress_rpc.c kill = kill_new(); kill 598 third_party/libevent/test/regress_rpc.c EVRPC_MAKE_REQUEST(NeverReply, pool, msg, kill, GotErrorCb, NULL); kill 617 third_party/libevent/test/regress_rpc.c kill_free(kill); kill 46 third_party/sqlite/src/test/crashtest1.c kill(parent, SIGKILL); kill 60 third_party/sqlite/src/test/crashtest1.c kill(parent, SIGKILL); kill 92 third_party/sqlite/src/test/crashtest1.c kill(pid, SIGKILL); kill 1882 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h LSS_INLINE _syscall2(int, kill, pid_t, p, kill 2267 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h LSS_NAME(kill)(pid, SIGCONT); kill 1798 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h LSS_INLINE _syscall2(int, kill, pid_t, p, kill 2171 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h LSS_NAME(kill)(pid, SIGCONT); kill 65 tools/android/common/daemon.cc kill(getppid(), SIGUSR1); // Inform the parent process to exit. kill 260 tools/android/forwarder2/daemon.cc if (kill(daemon_pid, SIGTERM) < 0) { kill 462 tools/android/memdump/memdump.cc kill(*it, signal_number);