Home
last modified time | relevance | path

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

/art/test/1930-monitor-info/
Dexpected.txt2 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entry…
3 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCoun…
5 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entry…
6 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCoun…
/art/test/1930-monitor-info/src/art/
DTest1930.java24 private static void testSingleThread() { in testSingleThread() method in Test1930
119 testSingleThread(); in run()