Searched refs:handleMonitorWait (Results 1 – 2 of 2) sorted by relevance
/art/test/1932-monitor-events-misc/src/art/ |
D | Test1932.java | 28 public default void handleMonitorWait(Thread thd, Object lock, long timeout) {} in handleMonitorWait() method 237 @Override public void handleMonitorWait(Thread thd, Object l, long timeout) { in testWaitMonitorEnter() 344 @Override public void handleMonitorWait(Thread thd, Object l, long timeout) { in testMonitorInfoInEvents() 451 @Override public void handleMonitorWait(Thread thd, Object l, long timeout) { in testThrowWait() 474 @Override public void handleMonitorWait(Thread thd, Object l, long timeout) { in testThrowIllegalWait() 643 public static void handleMonitorWait(Thread thd, Object lock, long timeout) { in handleMonitorWait() method 646 HANDLER.handleMonitorWait(thd, lock, timeout); in handleMonitorWait()
|
/art/test/1931-monitor-events/src/art/ |
D | Test1931.java | 66 public static void handleMonitorWait(Thread thd, Object lock, long timeout) { in handleMonitorWait() method
|