Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_util_unittest.cc280 EXPECT_TRUE(process.WaitForExit(&exit_code)); in TEST_F()
324 EXPECT_TRUE(process.WaitForExit(&exit_code)); in TEST_F()
361 EXPECT_TRUE(process.WaitForExit(&exit_code)); in TEST_F()
423 EXPECT_TRUE(process.WaitForExit(&exit_code)); in TEST_F()
510 EXPECT_TRUE(process.WaitForExit(&exit_code)); in TEST_F()
1287 EXPECT_TRUE(process.WaitForExit(&exit_code)); in TEST_F()
1318 EXPECT_TRUE(process.WaitForExit(&exit_code)); in TEST_F()
1352 EXPECT_TRUE(process.WaitForExit(&exit_code)); in TEST_F()
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;
Dprocess_unittest.cc202 TEST_F(ProcessTest, WaitForExit) { in TEST_F() argument
208 EXPECT_TRUE(process.WaitForExit(&exit_code)); in TEST_F()
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/llvm-project/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs428 process.WaitForExit(); in RunClangFormat()
/external/libchrome/base/memory/
Dshared_memory_unittest.cc841 EXPECT_TRUE(processes[index].WaitForExit(&exit_code)); in TEST_F()