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.cc66 *meta = idx | kFlagBlock; in AllocBlock()
89 if (idx & kFlagBlock) { in FreeRange()
112 if (idx & kFlagBlock) in GetBlock()
140 if (idx & kFlagBlock) in GetAndLock()
205 if (idx & kFlagBlock) in MoveMemory()
Dtsan_sync.h89 static const u32 kFlagBlock = 1 << 30; variable