OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitForClosureToRun
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/sandbox/linux/services/
scoped_process.h
41
bool
WaitForClosureToRun
();
scoped_process_unittest.cc
95
EXPECT_TRUE(process1.
WaitForClosureToRun
());
99
// that process.
WaitForClosureToRun
() should return false, even though the
101
EXPECT_FALSE(process2.
WaitForClosureToRun
());
118
EXPECT_TRUE(process.
WaitForClosureToRun
());
yama_unittests.cc
138
ASSERT_TRUE(process1.
WaitForClosureToRun
());
151
ASSERT_TRUE(process2.
WaitForClosureToRun
());
scoped_process.cc
99
bool ScopedProcess::
WaitForClosureToRun
() {
Completed in 34 milliseconds