Lines Matching defs:ThreadClock
81 struct ThreadClock { struct
85 explicit ThreadClock(unsigned tid, unsigned reused = 0); argument
87 u64 get(unsigned tid) const { in get()
94 void set(u64 v) { in set()
99 void tick() { in tick()
103 uptr size() const { in size()
117 const unsigned tid_;
118 const unsigned reused_;
119 u64 last_acquire_;
120 uptr nclk_;
121 ClockElem clk_[kMaxTidInClock];