Home
last modified time | relevance | path

Searched defs:kMaxTidInClock (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_defs.h54 const unsigned kMaxTidInClock = kMaxTid * 2; // This includes msb 'freed' bit. variable
56 const unsigned kMaxTidInClock = kMaxTid; // Go does not track freed memory. variable
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_defs.h70 const unsigned kMaxTidInClock = kMaxTid * 2; // This includes msb 'freed' bit. variable
72 const unsigned kMaxTidInClock = kMaxTid; // Go does not track freed memory. variable