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