Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/builtins/
HDatomic.c49 #ifndef SPINLOCK_COUNT
50 #define SPINLOCK_COUNT (1 << 10) macro
52 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
67 static Lock locks[SPINLOCK_COUNT];
93 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
102 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
121 static Lock locks[SPINLOCK_COUNT];