Home
last modified time | relevance | path

Searched refs:kRefIdx (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_defs.h53 static const uptr kRefIdx = kTableSize - 1; member
H A Dtsan_clock.cc87 return reinterpret_cast<atomic_uint32_t *>(&cb->table[ClockBlock::kRefIdx]); in ref_ptr()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_defs.h51 static const uptr kRefIdx = kTableSize - 1; member
H A Dtsan_clock.cc85 return reinterpret_cast<atomic_uint32_t *>(&cb->table[ClockBlock::kRefIdx]); in ref_ptr()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_defs.h79 static const uptr kRefIdx = kTableSize - 1; member
H A Dtsan_clock.cpp86 return reinterpret_cast<atomic_uint32_t *>(&cb->table[ClockBlock::kRefIdx]); in ref_ptr()