Home
last modified time | relevance | path

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

/art/test/1932-monitor-events-misc/src/art/
DTest1932.java28 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/
DTest1931.java48 public static void handleMonitorWait(Thread thd, Object lock, long timeout) { in handleMonitorWait() method in Test1931