Home
last modified time | relevance | path

Searched refs:WaitForExitWithTimeoutImpl (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/process/
Dprocess_posix.cc181 bool WaitForExitWithTimeoutImpl(base::ProcessHandle handle, in WaitForExitWithTimeoutImpl() function
343 bool exited = WaitForExitWithTimeoutImpl(Handle(), &local_exit_code, timeout); in WaitForExitWithTimeout()