HomeSort by: relevance | last modified time | path
    Searched refs:kFlagSync (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc 101 } else if (idx & kFlagSync) {
102 DCHECK(idx & kFlagSync);
191 DCHECK(idx & kFlagSync);
219 DCHECK(idx & kFlagSync);
249 myidx | kFlagSync, memory_order_release)) {
284 CHECK(idx & kFlagSync);
tsan_sync.h 133 static const u32 kFlagSync = 2u << 30;
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_sync.cpp 98 } else if (idx & kFlagSync) {
99 DCHECK(idx & kFlagSync);
188 DCHECK(idx & kFlagSync);
202 DCHECK(idx & kFlagSync);
228 myidx | kFlagSync, memory_order_release)) {
259 CHECK(idx & kFlagSync);
tsan_sync.h 140 static const u32 kFlagSync = 2u << 30;

Completed in 26 milliseconds