Home
last modified time | relevance | path

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

/art/test/1922-owned-monitors-info/src/art/
DTest1922.java138 public static class PrintOwnedMonitorsRunnable implements Runnable { class in Test1922
140 public PrintOwnedMonitorsRunnable(Thread target) { in PrintOwnedMonitorsRunnable() method in Test1922.PrintOwnedMonitorsRunnable
154 new PrintOwnedMonitorsRunnable(Thread.currentThread())); in run()
158 (t) -> { new PrintOwnedMonitorsRunnable(t).run(); }); in run()
162 (t) -> { new PrintOwnedMonitorsRunnable(t).run(); }); in run()