Home
last modified time | relevance | path

Searched defs:ThreadClock (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_clock.h81 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_;
[all …]
Dtsan_clock.cc93 ThreadClock::ThreadClock(unsigned tid, unsigned reused) in ThreadClock() function in __tsan::ThreadClock