Home
last modified time | relevance | path

Searched defs:tg (Results 1 – 1 of 1) sorted by relevance

/art/test/925-threadgroups/src/art/
DTest925.java79 private static void printThreadGroupInfo(ThreadGroup tg) { in printThreadGroupInfo()
93 private static void checkChildren(ThreadGroup tg) { in checkChildren()
122 private static void waitGroupChildren(ThreadGroup tg, int expectedChildCount, int timeoutS) in waitGroupChildren()
161 private static native Object[] getThreadGroupInfo(ThreadGroup tg); in getThreadGroupInfo()
163 private static native Object[] getThreadGroupChildren(ThreadGroup tg); in getThreadGroupChildren()