Home
last modified time | relevance | path

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

/aosp12/art/test/1932-monitor-events-misc/
H A Dexpected-stdout.txt85 …hread 25 for NamedLock[test testRecursiveMontiorEnteredLock] contended-LOCKING NamedLock[test test…
86 …ker thread 25 for NamedLock[test testRecursiveMontiorEnteredLock] LOCKED NamedLock[test testRecurs…
87 …nitor: NamedLock[test testRecursiveMontiorEnteredLock], owner: Locker thread 25 for NamedLock[test…
88 …nitor: NamedLock[test testRecursiveMontiorEnteredLock], owner: Locker thread 25 for NamedLock[test…
/aosp12/art/test/1932-monitor-events-misc/src/art/
H A DTest1932.java100 testRecursiveMontiorEnteredLock(new Monitors.NamedLock("test testRecursiveMontiorEnteredLock")); in run()
175 public static void testRecursiveMontiorEnteredLock(final Monitors.NamedLock lk) throws Exception { in testRecursiveMontiorEnteredLock() method in Test1932