Home
last modified time | relevance | path

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

/aosp12/art/test/1932-monitor-events-misc/
H A Dexpected-stdout.txt6 Locker thread 3 for NamedLock[Lock testLockThrowEnter] contended-LOCKING NamedLock[Lock testLockThr…
8 Locker thread 3 for NamedLock[Lock testLockThrowEnter] LOCKED NamedLock[Lock testLockThrowEnter]
10 …onitors$TestException: throwing exception during monitorEnter of NamedLock[Lock testLockThrowEnter]
11 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount…
/aosp12/art/test/1932-monitor-events-misc/src/art/
H A DTest1932.java50 testLockThrowEnter(new Monitors.NamedLock("Lock testLockThrowEnter")); in run()
521 public static void testLockThrowEnter(Monitors.NamedLock lk) throws Exception { in testLockThrowEnter() method in Test1932