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

/external/chromium_org/base/process/
H A Dkill_win.cc181 bool success = WaitForExitCodeWithTimeout(
187 bool WaitForExitCodeWithTimeout(ProcessHandle handle, function in namespace:base
224 return WaitForExitCodeWithTimeout(handle, &exit_code, wait) && exit_code == 0;
H A Dkill_posix.cc226 bool WaitForExitCodeWithTimeout(ProcessHandle handle, function in namespace:base

Completed in 76 milliseconds