Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_posix.cc321 return WaitForExit(nullptr); in Terminate()
331 bool Process::WaitForExit(int* exit_code) const { in WaitForExit() function in base::Process
Dprocess.h130 bool WaitForExit(int* exit_code) const;
Dkill_posix.cc148 child_process_.WaitForExit(nullptr); in ThreadMain()
Dlaunch_posix.cc651 return process.WaitForExit(exit_code); in GetAppOutputInternal()
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs297 process.WaitForExit(); in RunClangFormat()
/external/libchrome/base/memory/
Dshared_memory_unittest.cc841 EXPECT_TRUE(processes[index].WaitForExit(&exit_code)); in TEST_F()