Home
last modified time | relevance | path

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

/art/test/1922-owned-monitors-info/src/art/
DTest1922.java127 public static class PrintOwnedMonitorsStackDepthRunnable implements Runnable { class in Test1922
129 public PrintOwnedMonitorsStackDepthRunnable(Thread target) { in PrintOwnedMonitorsStackDepthRunnable() method in Test1922.PrintOwnedMonitorsStackDepthRunnable
166 new PrintOwnedMonitorsStackDepthRunnable(Thread.currentThread())); in run()
170 (t) -> { new PrintOwnedMonitorsStackDepthRunnable(t).run(); }); in run()
174 (t) -> { new PrintOwnedMonitorsStackDepthRunnable(t).run(); }); in run()