Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h244 new_state = state + kReaderLockInc; in ReadLock()
263 new_state = state - kReaderLockInc; in ReadUnlock()
320 static constexpr u64 kReaderLockInc = 1ull << kReaderLockShift; variable