Lines Matching full:epoch
126 u64 epoch = src->clk_[tid].epoch;
127 if (clk_[tid].epoch < epoch) {
128 clk_[tid].epoch = epoch;
135 last_acquire_ = clk_[tid_].epoch;
145 u64 epoch = src->clk_[i].epoch;
146 if (clk_[i].epoch < epoch) {
147 clk_[i].epoch = epoch;
158 last_acquire_ = clk_[tid_].epoch;
183 if (dst->clk_[tid_].epoch > last_acquire_) {
199 dst->clk_[i].epoch = max(dst->clk_[i].epoch, clk_[i].epoch);
230 dst->clk_[tid_].epoch > last_acquire_) {
239 dst->clk_[i].epoch = clk_[i].epoch;
265 dst->clk_[tid_].epoch = clk_[tid_].epoch;
294 if (clk_[tid].epoch < src->clk_[tid].epoch)
305 DCHECK_GE(v, clk_[tid].epoch);
306 clk_[tid].epoch = v;
309 last_acquire_ = clk_[tid_].epoch;
315 printf("%s%llu", i == 0 ? "" : ",", clk_[i].epoch);
347 printf("%s%llu", i == 0 ? "" : ",", clk_[i].epoch);