Searched defs:ThreadClock (Results 1 – 3 of 3) sorted by relevance
81 struct ThreadClock { struct85 explicit ThreadClock(unsigned tid, unsigned reused = 0); argument87 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_;[all …]
93 ThreadClock::ThreadClock(unsigned tid, unsigned reused) in ThreadClock() function in __tsan::ThreadClock
115 ThreadClock::ThreadClock(unsigned tid, unsigned reused) in ThreadClock() function in __tsan::ThreadClock