Searched defs:WaitForExit (Results 1 – 8 of 8) sorted by relevance
| /external/cronet/base/process/ | ||
| D | process_stubs.cc | 95 bool Process::WaitForExit(int* exit_code) const { in WaitForExit() function in base::Process |
| D | process_fuchsia.cc | 224 bool Process::WaitForExit(int* exit_code) const { in WaitForExit() function in base::Process |
| D | process_win.cc | 217 bool Process::WaitForExit(int* exit_code) const { in WaitForExit() function in base::Process |
| D | process_posix.cc | 359 bool Process::WaitForExit(int* exit_code) const { in WaitForExit() function in base::Process |
| D | process_unittest.cc | 296 TEST_F(ProcessTest, WaitForExit) { in TEST_F() argument |
| /external/angle/src/libANGLE/renderer/metal/ | ||
| D | process.cpp | 217 bool Process::WaitForExit(int &exit_code) in WaitForExit() function in rx::mtl::Process |
| /external/libchrome/base/process/ | ||
| D | process_posix.cc | 331 bool Process::WaitForExit(int* exit_code) const { in WaitForExit() function in base::Process |
| D | process_unittest.cc | 202 TEST_F(ProcessTest, WaitForExit) { in TEST_F() argument |