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.h40 struct ThreadClock { struct
44 u64 get(unsigned tid) const { in get()
49 void set(unsigned tid, u64 v) { in set()
57 void tick(unsigned tid) { in tick()
66 uptr size() const { in size()
77 u64 clk_[kMaxTidInClock];
Dtsan_clock.cc59 ThreadClock::ThreadClock() { in ThreadClock() function in __tsan::ThreadClock