Home
last modified time | relevance | path

Searched refs:last_acquire_ (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cc99 last_acquire_ = 0; in ThreadClock()
134 last_acquire_ = clk_[tid_].epoch; in acquire()
157 last_acquire_ = clk_[tid_].epoch; in acquire()
180 if (dst->elem(tid_).epoch > last_acquire_) { in release()
226 dst->elem(tid_).epoch > last_acquire_) { in ReleaseStore()
355 last_acquire_ = clk_[tid_].epoch; in set()
366 tid_, reused_, last_acquire_); in DebugDump()
Dtsan_clock.h119 u64 last_acquire_; member