Home
last modified time | relevance | path

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

/art/test/1930-monitor-info/
Dexpected-stdout.txt8 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: <NULL>, entryC…
9 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCou…
10 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount…
/art/test/1930-monitor-info/src/art/
DTest1930.java33 private static void testLockedTwice() { in testLockedTwice() method in Test1930
123 testLockedTwice(); in run()