Home
last modified time | relevance | path

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

/aosp12/art/test/1931-monitor-events/
H A Dexpected-stdout.txt8 Locker thread 2 for NamedLock[Lock testWait] start-monitor-wait NamedLock[Lock testWait] timeout: 0
9 Locker thread 2 for NamedLock[Lock testWait] monitor-waited NamedLock[Lock testWait] timed_out: fal…
/aosp12/art/test/1931-monitor-events/src/art/
H A DTest1931.java93 testWait(new Monitors.NamedLock("Lock testWait")); in run()
184 public static void testWait(Monitors.NamedLock lk) throws Exception { in testWait() method