OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitForChildShutdown
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/common/test/
multiprocess_test_base_unittest.cc
31
EXPECT_EQ(123,
WaitForChildShutdown
());
45
int result =
WaitForChildShutdown
();
80
EXPECT_EQ(c + 2,
WaitForChildShutdown
());
multiprocess_test_base.h
37
int
WaitForChildShutdown
();
52
// Valid after |StartChild()| and before |
WaitForChildShutdown
()|.
60
// code (but see the comment about |
WaitForChildShutdown
()|).
multiprocess_test_base.cc
71
int MultiprocessTestBase::
WaitForChildShutdown
() {
/external/chromium_org/mojo/system/
multiprocess_message_pipe_unittest.cc
237
EXPECT_EQ(1 % 100,
WaitForChildShutdown
());
291
EXPECT_EQ(static_cast<int>(kNumMessages % 100),
WaitForChildShutdown
());
Completed in 32 milliseconds