Searched defs:WaitForProcessesToExit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/process/
H A Dkill_win.cc200 bool WaitForProcessesToExit(const FilePath::StringType& executable_name, function in namespace:base
231 if (WaitForProcessesToExit(executable_name, wait, filter))
H A Dkill_posix.cc243 bool WaitForProcessesToExit(const FilePath::StringType& executable_name, function in namespace:base
378 bool exited_cleanly = WaitForProcessesToExit(executable_name, wait, filter);

Completed in 583 milliseconds