Home | History | Annotate | Download | only in rtl

Lines Matching refs:epoch

125           u64 epoch = src->elem(tid).epoch;
126 if (clk_[tid].epoch < epoch) {
127 clk_[tid].epoch = epoch;
134 last_acquire_ = clk_[tid_].epoch;
144 u64 epoch = src->elem(i).epoch;
145 if (clk_[i].epoch < epoch) {
146 clk_[i].epoch = epoch;
157 last_acquire_ = clk_[tid_].epoch;
180 if (dst->elem(tid_).epoch > last_acquire_) {
197 ce.epoch = max(ce.epoch, clk_[i].epoch);
226 dst->elem(tid_).epoch > last_acquire_) {
236 ce.epoch = clk_[i].epoch;
243 ce.epoch = 0;
265 dst->elem(tid_).epoch = clk_[tid_].epoch;
293 if (clk_[tid].epoch < src->elem(tid).epoch)
351 DCHECK_GE(v, clk_[tid].epoch);
352 clk_[tid].epoch = v;
355 last_acquire_ = clk_[tid_].epoch;
361 printf("%s%llu", i == 0 ? "" : ",", clk_[i].epoch);
419 printf("%s%llu", i == 0 ? "" : ",", elem(i).epoch);