Home
last modified time | relevance | path

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

/aosp12/art/test/1932-monitor-events-misc/src/art/
H A 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()
271 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testWaitExitInterleaving()
301 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testWaitEnterInterleaving()
347 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testMonitorInfoInEvents()
374 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testThrowWaitedInterrupt()
398 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testThrowWaitedTimeout()
422 @Override public void handleMonitorWaited(Thread thd, Object l, boolean timeout) { in testThrowWaited()
650 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited() method
653 HANDLER.handleMonitorWaited(thd, lock, timed_out); in handleMonitorWaited()
/aosp12/art/test/1931-monitor-events/src/art/
H A DTest1931.java70 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited() method