Home
last modified time | relevance | path

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

/aosp12/art/test/1931-monitor-events/
H A Dexpected-stdout.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
/aosp12/art/test/1931-monitor-events/src/art/
H A DTest1931.java110 testInteruptWait(new Monitors.NamedLock("Lock testInteruptWait")); in run()
121 public static void testInteruptWait(final Monitors.NamedLock lk) throws Exception { in testInteruptWait() method