Searched refs:testThrowWaitedInterrupt (Results 1 – 2 of 2) sorted by relevance
54 …cker thread 13 for NamedLock[Lock testThrowWaitedInterrupt] start-monitor-wait NamedLock[Lock test…55 Locker thread 13 for NamedLock[Lock testThrowWaitedInterrupt] monitor-waited NamedLock[Lock testThr…58 …$TestException: throwing exception during monitorWaited of NamedLock[Lock testThrowWaitedInterrupt]59 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowWaitedInterrupt], owner: <NULL>, entr…
74 testThrowWaitedInterrupt(new Monitors.NamedLock("Lock testThrowWaitedInterrupt")); in run()371 public static void testThrowWaitedInterrupt(Monitors.NamedLock lk) throws Exception { in testThrowWaitedInterrupt() method in Test1932