Searched refs:kMaxTidInClock (Results 1 – 3 of 3) sorted by relevance
66 const unsigned kMaxTidInClock = kMaxTid * 2; // This includes msb 'freed' bit. variable68 const unsigned kMaxTidInClock = kMaxTid; // Go does not track freed memory. variable
223 u64 clk_[kMaxTidInClock]; // Fixed size vector clock.231 DCHECK_LT(tid, kMaxTidInClock); in get()
115 CHECK_LT(tid, kMaxTidInClock); in ThreadClock()