HomeSort by relevance Sort by last modified time
    Searched refs:kFlagBlock (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 66 *meta = idx | kFlagBlock;
89 if (idx & kFlagBlock) {
112 if (idx & kFlagBlock)
140 if (idx & kFlagBlock)
205 if (idx & kFlagBlock)
tsan_sync.h 89 static const u32 kFlagBlock = 1 << 30;

Completed in 41 milliseconds