Home
last modified time | relevance | path

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

/art/test/1932-monitor-events-misc/src/art/
DTest1932.java29 public default void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) {} in handleMonitorWaited() method
203 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testWaitedMonitorEnter()
267 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testWaitExitInterleaving()
295 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testWaitEnterInterleaving()
341 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testMonitorInfoInEvents()
368 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testThrowWaitedInterrupt()
392 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testThrowWaitedTimeout()
416 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testThrowWaited()
626 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited() method in Test1932
629 HANDLER.handleMonitorWaited(thd, lock, timed_out); in handleMonitorWaited()
/art/test/1931-monitor-events/src/art/
DTest1931.java52 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited() method in Test1931