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 235 @Override public void handleMonitorWait(Thread thd, Object l, long timeout) { in testWaitMonitorEnter() 338 @Override public void handleMonitorWait(Thread thd, Object l, long timeout) { in testMonitorInfoInEvents() 445 @Override public void handleMonitorWait(Thread thd, Object l, long timeout) { in testThrowWait() 468 @Override public void handleMonitorWait(Thread thd, Object l, long timeout) { in testThrowIllegalWait() 619 public static void handleMonitorWait(Thread thd, Object lock, long timeout) { in handleMonitorWait() method in Test1932 622 HANDLER.handleMonitorWait(thd, lock, timeout); in handleMonitorWait()
|
/art/test/1931-monitor-events/src/art/ |
D | Test1931.java | 48 public static void handleMonitorWait(Thread thd, Object lock, long timeout) { in handleMonitorWait() method in Test1931
|