Home
last modified time | relevance | path

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

/aosp12/art/test/1932-monitor-events-misc/
H A Dexpected-stdout.txt20 Locker thread 7 for NamedLock[Lock testLockThrowBoth] contended-LOCKING NamedLock[Lock testLockThro…
22 Locker thread 7 for NamedLock[Lock testLockThrowBoth] LOCKED NamedLock[Lock testLockThrowBoth]
25 …nitors$TestException: throwing exception during monitorEntered of NamedLock[Lock testLockThrowBoth]
26 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowBoth], owner: <NULL>, entryCount:…
/aosp12/art/test/1932-monitor-events-misc/src/art/
H A DTest1932.java56 testLockThrowBoth(new Monitors.NamedLock("Lock testLockThrowBoth")); in run()
571 public static void testLockThrowBoth(Monitors.NamedLock lk) throws Exception { in testLockThrowBoth() method in Test1932