Home
last modified time | relevance | path

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

/art/test/1931-monitor-events/
Dexpected-stdout.jvm.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]
Dexpected-stdout.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.java87 testLock(new Monitors.NamedLock("Lock testLock")); in run()
169 public static void testLock(Monitors.NamedLock lk) throws Exception { in testLock() method