Home
last modified time | relevance | path

Searched defs:locks (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dunlockstmt02.f907 type(LOCK_TYPE) :: locks(10)[*] variable
H A Dunlockstmt01.f906 type(LOCK_TYPE) :: myLock[*], locks(10)[*] variable
/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c67 static Lock locks[SPINLOCK_COUNT]; variable
93 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}}; variable
102 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0 variable
121 static Lock locks[SPINLOCK_COUNT]; variable
/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp51 std::scoped_lock<std::mutex, std::mutex, std::mutex> locks( in operator =() local
72 std::scoped_lock<std::recursive_mutex, std::recursive_mutex> locks(m_mutex, rhs.m_mutex); Append() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cpp164 set<uptr> locks; in RunRemoveNodeTest() local
248 set<uptr> locks; in RunMultipleEpochsTest() local
/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h973 void *locks; member