Home
last modified time | relevance | path

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

/art/test/1930-monitor-info/
Dexpected-stdout.txt20 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNJ], owner: <NULL>, entr…
21 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNJ], owner: main, entryC…
22 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNJ], owner: main, entryCou…
/art/test/1930-monitor-info/src/art/
DTest1930.java38 private static void testLockedTwiceNJ() { in testLockedTwiceNJ() method in Test1930
129 testLockedTwiceNJ(); in run()