Home
last modified time | relevance | path

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

/art/test/1931-monitor-events/
Dexpected.txt28 Locker thread 8 for NamedLock[Lock testInteruptWait] start-monitor-wait NamedLock[Lock testInterupt…
29 Locker thread 8 for NamedLock[Lock testInteruptWait] monitor-waited NamedLock[Lock testInteruptWait
/art/test/1931-monitor-events/src/art/
DTest1931.java92 testInteruptWait(new Monitors.NamedLock("Lock testInteruptWait")); in run()
103 public static void testInteruptWait(final Monitors.NamedLock lk) throws Exception { in testInteruptWait() method in Test1931