Searched defs:clk_ (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h32 return clk_.Size();
36 DCHECK_LT(tid, clk_.Size());
37 return clk_[tid].epoch;
50 mutable Vector<ClockElem> clk_; member in class:__tsan::SyncClock
61 return clk_[tid].epoch;
67 DCHECK_GE(v, clk_[tid_].epoch);
68 clk_[tid_].epoch = v;
72 clk_[tid_].epoch++;
93 ClockElem clk_[kMaxTidInClock]; member in struct:__tsan::ThreadClock

Completed in 161 milliseconds