Searched refs:testThrowWaitedTimeout (Results 1 – 2 of 2) sorted by relevance
47 Locker thread 12 for NamedLock[Lock testThrowWaitedTimeout] start-monitor-wait NamedLock[Lock testT…48 Locker thread 12 for NamedLock[Lock testThrowWaitedTimeout] monitor-waited NamedLock[Lock testThrow…51 …rs$TestException: throwing exception during monitorWaited of NamedLock[Lock testThrowWaitedTimeout]52 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowWaitedTimeout], owner: <NULL>, entryC…
71 testThrowWaitedTimeout(new Monitors.NamedLock("Lock testThrowWaitedTimeout")); in run()395 public static void testThrowWaitedTimeout(Monitors.NamedLock lk) throws Exception { in testThrowWaitedTimeout() method in Test1932