Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc71 *meta = idx | kFlagBlock; in AllocBlock()
98 if (idx & kFlagBlock) { in FreeRange()
188 if (idx & kFlagBlock) in GetBlock()
216 if (idx & kFlagBlock) in GetAndLock()
281 if (idx & kFlagBlock) in MoveMemory()
Dtsan_sync.h90 static const u32 kFlagBlock = 1u << 30; variable