Searched refs:handleMonitorWaited (Results 1 – 2 of 2) sorted by relevance
/art/test/1932-monitor-events-misc/src/art/ |
D | Test1932.java | 29 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/ |
D | Test1931.java | 52 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited() method in Test1931
|