Searched refs:SPINLOCK_MASK (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Datomic.c52 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1; variable
122 intptr_t low = hash & SPINLOCK_MASK;
128 return locks + (hash & SPINLOCK_MASK);

Completed in 318 milliseconds