Home
last modified time | relevance | path

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

/art/test/1930-monitor-info/
Dexpected.txt28 Thread[Test1930 Thread - testLockWait]: MonitorUsage{ monitor: NamedLock[Test1930 - testNotifyWait]…
29 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testNotifyWait], owner: main, entryCount:…
30 Thread[Test1930 Thread - testLockWait]: MonitorUsage{ monitor: NamedLock[Test1930 - testNotifyWait]…
31 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testNotifyWait], owner: <NULL>, entryCoun…
/art/test/1930-monitor-info/src/art/
DTest1930.java91 private static void testNotifyWait() throws Exception { in testNotifyWait() method in Test1930
135 testNotifyWait(); in run()