Home
last modified time | relevance | path

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

/art/test/1931-monitor-events/
Dexpected.txt23 Locker thread 7 for NamedLock[Lock testIllegalWait] start-monitor-wait NamedLock[Lock testIllegalWa…
/art/test/1931-monitor-events/src/art/
DTest1931.java89 testIllegalWait(new Monitors.NamedLock("Lock testIllegalWait")); in run()
120 public static void testIllegalWait(final Monitors.NamedLock lk) throws Exception { in testIllegalWait() method in Test1931