Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Datomic.c46 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1; variable
116 intptr_t low = hash & SPINLOCK_MASK; in lock_for_pointer()
122 return locks + (hash & SPINLOCK_MASK); in lock_for_pointer()