Searched refs:testWait (Results 1 – 2 of 2) sorted by relevance
8 Locker thread 2 for NamedLock[Lock testWait] start-monitor-wait NamedLock[Lock testWait] timeout: 09 Locker thread 2 for NamedLock[Lock testWait] monitor-waited NamedLock[Lock testWait] timed_out: fal…
75 testWait(new Monitors.NamedLock("Lock testWait")); in run()166 public static void testWait(Monitors.NamedLock lk) throws Exception { in testWait() method in Test1931