HomeSort by relevance Sort by last modified time
    Searched defs:WaitForProcessesToExit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
kill_win.cc 200 bool WaitForProcessesToExit(const FilePath::StringType& executable_name,
231 if (WaitForProcessesToExit(executable_name, wait, filter))
kill_posix.cc 243 bool WaitForProcessesToExit(const FilePath::StringType& executable_name,
378 bool exited_cleanly = WaitForProcessesToExit(executable_name, wait, filter);

Completed in 97 milliseconds