Searched refs:KillProcessById (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/process/
H A Dkill.cc18 result &= KillProcessById(entry->pid(), exit_code, true);
H A Dkill.h60 BASE_EXPORT bool KillProcessById(ProcessId process_id,
H A Dkill_win.cc109 bool KillProcessById(ProcessId process_id, int exit_code, bool wait) { function in namespace:base
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute.cc112 base::KillProcessById(pid, 0, false);
/external/chromium_org/net/disk_cache/blockfile/
H A Dstress_cache.cc208 base::KillProcessById(base::GetCurrentProcId(), kExpectedCrash, false);
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_win.cc324 base::KillProcessById(process_id, content::RESULT_CODE_HUNG, true);

Completed in 938 milliseconds