Lines Matching full:epoch
136 Epoch epoch; member
147 Epoch epoch() const { in epoch() function
148 return static_cast<Epoch>(atomic_load(&raw_epoch, memory_order_relaxed)); in epoch()
151 void SetEpoch(Epoch v) { in SetEpoch()
330 // If this happens, previous access sid+epoch will be the same for all of
331 // these false races b/c if the thread will try to increment epoch, it will
333 // values. So, last_spurious_race is used to remember the last sid+epoch
335 // races with the same sid+epoch very early and quickly.
340 // would be to hold an array of such sid+epoch, but we consider such scenario
343 // 1. When a legit access with the same sid+epoch participates in a race
348 // the same thread that happened in the same epoch, but was stored in the
615 void DoReset(ThreadState *thr, uptr epoch);
694 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size,