Home
last modified time | relevance | path

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

/art/test/1931-monitor-events/
Dexpected.txt2 Locker thread 1 for NamedLock[Lock testLock] contended-LOCKING NamedLock[Lock testLock]
3 Locker thread 1 for NamedLock[Lock testLock] LOCKED NamedLock[Lock testLock]
/art/test/1931-monitor-events/src/art/
DTest1931.java69 testLock(new Monitors.NamedLock("Lock testLock")); in run()
151 public static void testLock(Monitors.NamedLock lk) throws Exception { in testLock() method in Test1931