Home
last modified time | relevance | path

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

/art/test/925-threadgroups/src/art/
DTest925.java122 private static void waitGroupChildren(ThreadGroup tg, int expectedChildCount, int timeoutS) in waitGroupChildren() argument
136 if (lthreads.size() == expectedChildCount) { in waitGroupChildren()
145 throw new RuntimeException("Waited unsuccessfully for " + expectedChildCount + " children."); in waitGroupChildren()