Home
last modified time | relevance | path

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

/aosp12/art/test/1932-monitor-events-misc/
H A Dexpected-stdout.txt61 Locker thread 15 for NamedLock[Lock testMonitorInfoInEvents] contended-LOCKING NamedLock[Lock testM…
62 …sage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner: Locker thread 14 for NamedLock[Lock…
63 Locker thread 15 for NamedLock[Lock testMonitorInfoInEvents] LOCKED NamedLock[Lock testMonitorInfoI…
64 …sage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner: Locker thread 15 for NamedLock[Lock…
65 …ocker thread 15 for NamedLock[Lock testMonitorInfoInEvents] start-monitor-wait NamedLock[Lock test…
66 …sage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner: Locker thread 15 for NamedLock[Lock…
67 Locker thread 15 for NamedLock[Lock testMonitorInfoInEvents] monitor-waited NamedLock[Lock testMoni…
68 Monitor usage in MonitorWaited: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], own…
/aosp12/art/test/1932-monitor-events-misc/src/art/
H A DTest1932.java77 testMonitorInfoInEvents(new Monitors.NamedLock("Lock testMonitorInfoInEvents")); in run()
334 public static void testMonitorInfoInEvents(Monitors.NamedLock lk) throws Exception { in testMonitorInfoInEvents() method in Test1932