Home
last modified time | relevance | path

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

/aosp12/art/test/1932-monitor-events-misc/
H A Dexpected-stdout.txt47 Locker thread 12 for NamedLock[Lock testThrowWaitedTimeout] start-monitor-wait NamedLock[Lock testT…
48 Locker thread 12 for NamedLock[Lock testThrowWaitedTimeout] monitor-waited NamedLock[Lock testThrow…
51 …rs$TestException: throwing exception during monitorWaited of NamedLock[Lock testThrowWaitedTimeout]
52 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowWaitedTimeout], owner: <NULL>, entryC…
/aosp12/art/test/1932-monitor-events-misc/src/art/
H A DTest1932.java71 testThrowWaitedTimeout(new Monitors.NamedLock("Lock testThrowWaitedTimeout")); in run()
395 public static void testThrowWaitedTimeout(Monitors.NamedLock lk) throws Exception { in testThrowWaitedTimeout() method in Test1932