Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/test/
Dmultiprocess_test_helper_unittest.cc122 EXPECT_TRUE(helper.WaitForChildTestShutdown()); in TEST_F()
135 EXPECT_FALSE(helper.WaitForChildTestShutdown()); in TEST_F()
151 EXPECT_FALSE(helper.WaitForChildTestShutdown()); in TEST_F()
Dmultiprocess_test_helper.h61 bool WaitForChildTestShutdown();
Dmultiprocess_test_helper.cc150 bool MultiprocessTestHelper::WaitForChildTestShutdown() { in WaitForChildTestShutdown() function in mojo::edk::test::MultiprocessTestHelper