Home
last modified time | relevance | path

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

/art/test/1931-monitor-events/
Dexpected.txt11 Locker thread 4 for NamedLock[Lock testTimedWait] start-monitor-wait NamedLock[Lock testTimedWait] …
12 Locker thread 4 for NamedLock[Lock testTimedWait] monitor-waited NamedLock[Lock testTimedWait] time…
/art/test/1931-monitor-events/src/art/
DTest1931.java78 testTimedWait(new Monitors.NamedLock("Lock testTimedWait")); in run()
181 public static void testTimedWait(Monitors.NamedLock lk) throws Exception { in testTimedWait() method in Test1931