OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllChildrenDone
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/libjingle/xmpp/
xmpppump.cc
27
if (!
AllChildrenDone
()) {
35
if (!
AllChildrenDone
())
61
if (!
AllChildrenDone
())
/external/webrtc/webrtc/base/
taskparent.h
33
bool
AllChildrenDone
();
taskparent.cc
56
bool TaskParent::
AllChildrenDone
() {
task_unittest.cc
193
for (int i = 0; !task_runner_.
AllChildrenDone
() && i < STUCK_TASK_COUNT;
259
EXPECT_TRUE(task_runner_.
AllChildrenDone
());
Completed in 1531 milliseconds