HomeSort by relevance Sort by last modified time
    Searched refs:KillProcessById (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/
process_util.cc 29 result &= KillProcessById(entry->pid(), exit_code, true);
process_util.h 355 BASE_API bool KillProcessById(ProcessId process_id, int exit_code, bool wait);
process_util_win.cc 313 bool KillProcessById(ProcessId process_id, int exit_code, bool wait) {
  /external/chromium/net/disk_cache/
stress_cache.cc 188 base::KillProcessById(base::GetCurrentProcId(), kExpectedCrash, false);
  /external/chromium/chrome/browser/
process_singleton_win.cc 158 base::KillProcessById(process_id, ResultCodes::HUNG, true);

Completed in 1024 milliseconds