Home
last modified time | relevance | path

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

/art/test/1931-monitor-events/
Dexpected.txt15 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] start-monitor-wait NamedLock[Lock testTime…
16 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] monitor-waited NamedLock[Lock testTimedWai…
/art/test/1931-monitor-events/src/art/
DTest1931.java81 testTimedWaitTimeout(new Monitors.NamedLock("Lock testTimedWaitTimeout")); in run()
198 public static void testTimedWaitTimeout(Monitors.NamedLock lk) throws Exception { in testTimedWaitTimeout() method in Test1931