Searched refs:WaitForExitCodeWithTimeout (Results 1 – 4 of 4) sorted by relevance
467 bool success = WaitForExitCodeWithTimeout(handle, exit_code, INFINITE); in WaitForExitCode()472 bool WaitForExitCodeWithTimeout(ProcessHandle handle, int* exit_code, in WaitForExitCodeWithTimeout() function
381 BASE_API bool WaitForExitCodeWithTimeout(ProcessHandle handle, int* exit_code,
754 bool WaitForExitCodeWithTimeout(ProcessHandle handle, int* exit_code, in WaitForExitCodeWithTimeout() function
182 ASSERT_TRUE(base::WaitForExitCodeWithTimeout(handle, in TEST_F()