Home
last modified time | relevance | path

Searched defs:kMaxTidInClock (Results 1 – 1 of 1) 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