Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp56 *meta = idx | kFlagBlock; in AllocBlock()
83 if (idx & kFlagBlock) { in FreeRange()
196 if (idx & kFlagBlock) in GetBlock()
212 for (u32 idx = idx0; idx && !(idx & kFlagBlock);) { in GetSync()
267 if (idx & kFlagBlock) in MoveMemory()
H A Dtsan_sync.h135 static const u32 kFlagBlock = 1u << 30; variable