Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Datomic.c83 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}}; variable
92 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0 variable
111 static Lock locks[SPINLOCK_COUNT]; variable
/llvm-project-15.0.7/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-15.0.7/openmp/runtime/src/
H A Dkmp_lock.h969 void *locks; member