Searched refs:locks (Results 1 – 16 of 16) sorted by relevance
29 List<Object> locks; field in Main.Runner32 public Runner(List<Object> locks, List<CyclicBarrier> barriers) { in Runner() argument33 this.locks = locks; in Runner()39 step(locks, barriers); in run()196 private static void assertLocks(Object fromTrace, Object... locks) throws Exception { in assertLocks() argument200 (locks == null) ? null : (locks.length == 0 ? null : locks)); in assertLocks()
1 hello without locks5 Make sure locks aren't held
5 This tests that redefining a method to have unbalanced locks doesn't cause issues and the method
1 Tests that we can shut down the runtime with daemons still looping over locks.
24 "${@}" Main --locks-only -o 100
52 template <Barrier::LockHandling locks>65 if (locks == kAllowHoldingLocks) { in Increment()
66 template <Barrier::LockHandling locks = kDisallowHoldingLocks>
70 "base/locks.cc",480 "base/locks.h",
19 import java.util.concurrent.locks.ReentrantLock;
146 int locks = 0; in threadTests() local151 locks++; in threadTests()153 if (locks <= waits) { in threadTests()
52 Test locks
26 import java.util.concurrent.locks.LockSupport;
71 ensureInitialized(java.util.concurrent.locks.LockSupport.class); in ensureClassesLoaded()
172 std::vector<verifier::MethodVerifier::DexLockInfo> locks; in UnlockHeldMonitors() local175 &locks, in UnlockHeldMonitors()177 for (const auto& reg : locks) { in UnlockHeldMonitors()
29 import java.util.concurrent.locks.LockSupport;
559 "167-visit-locks/visit_locks.cc",