Home
last modified time | relevance | path

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

/aosp12/art/test/1932-monitor-events-misc/
H A Dexpected-stdout.txt98 NativeLockStateThrowEntered thread contended-LOCKING NamedLock[test testNativeLockStateThrowEntered]
100 NativeLockStateThrowEntered thread LOCKED NamedLock[test testNativeLockStateThrowEntered]
103 Lock state is: MonitorUsage{ monitor: NamedLock[test testNativeLockStateThrowEntered], owner: Nativ…
104 …eption: throwing exception during monitorEntered of NamedLock[test testNativeLockStateThrowEntered]
/aosp12/art/test/1932-monitor-events-misc/src/art/
H A DTest1932.java106 testNativeLockStateThrowEntered(new Monitors.NamedLock("test testNativeLockStateThrowEntered")); in run()
145 public static void testNativeLockStateThrowEntered(final Monitors.NamedLock lk) throws Exception { in testNativeLockStateThrowEntered() method in Test1932