Home
last modified time | relevance | path

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

/art/test/1931-monitor-events/
Dexpected.txt8 Locker thread 2 for NamedLock[Lock testWait] start-monitor-wait NamedLock[Lock testWait] timeout: 0
9 Locker thread 2 for NamedLock[Lock testWait] monitor-waited NamedLock[Lock testWait] timed_out: fal…
/art/test/1931-monitor-events/src/art/
DTest1931.java75 testWait(new Monitors.NamedLock("Lock testWait")); in run()
166 public static void testWait(Monitors.NamedLock lk) throws Exception { in testWait() method in Test1931