WaitForChildShutdown   70 mojo/common/test/multiprocess_test_helper.cc   return WaitForChildShutdown() == 0;
WaitForChildShutdown   41 mojo/common/test/multiprocess_test_helper.h   int WaitForChildShutdown();
WaitForChildShutdown   50 mojo/common/test/multiprocess_test_helper_unittest.cc   EXPECT_EQ(123, helper.WaitForChildShutdown());
WaitForChildShutdown   61 mojo/common/test/multiprocess_test_helper_unittest.cc   int result = helper.WaitForChildShutdown();
WaitForChildShutdown   86 mojo/common/test/multiprocess_test_helper_unittest.cc   EXPECT_EQ(c + 2, helper.WaitForChildShutdown());
WaitForChildShutdown  217 mojo/system/multiprocess_message_pipe_unittest.cc   EXPECT_EQ(1 % 100, helper()->WaitForChildShutdown());
WaitForChildShutdown  272 mojo/system/multiprocess_message_pipe_unittest.cc             helper()->WaitForChildShutdown());