Home
last modified time | relevance | path

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

/art/test/1922-owned-monitors-info/src/art/
DTest1922.java157 runTestsOtherThread("owned-monitor", false, in run()
161 runTestsOtherThread("owned-monitor", true, in run()
169 runTestsOtherThread("owned-stack-depth", false, in run()
173 runTestsOtherThread("owned-stack-depth", true, in run()
177 public static void runTestsOtherThread(String name, boolean suspend, Consumer<Thread> printer) { in runTestsOtherThread() method in Test1922