Home
last modified time | relevance | path

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

/art/test/1931-monitor-events/
Dexpected-stdout.jvm.txt13 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] start-monitor-wait NamedLock[Lock testTime…
14 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] monitor-waited NamedLock[Lock testTimedWai…
Dexpected-stdout.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.java99 testTimedWaitTimeout(new Monitors.NamedLock("Lock testTimedWaitTimeout")); in run()
224 public static void testTimedWaitTimeout(Monitors.NamedLock lk) throws Exception { in testTimedWaitTimeout() method