Home
last modified time | relevance | path

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

/art/test/168-vmstack-annotated/src/
DMain.java150 waitNotRunnable(t1); in testCluster1()
151 waitNotRunnable(t2); in testCluster1()
179 private static void waitNotRunnable(Thread t) throws InterruptedException { in waitNotRunnable() method in Main