Home | History | Annotate | Download | only in rtl

Lines Matching refs:fast_state

88   thr->fast_state.IncrementEpoch();
89 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId());
93 s->last_lock = thr->fast_state.raw();
102 thr->clock.set(thr->tid, thr->fast_state.epoch());
111 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch());
121 thr->fast_state.IncrementEpoch();
122 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
140 thr->clock.set(thr->tid, thr->fast_state.epoch());
141 thr->fast_synch_epoch = thr->fast_state.epoch();
159 thr->fast_state.IncrementEpoch();
160 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId());
165 thr->clock.set(thr->tid, thr->fast_state.epoch());
167 s->last_lock = thr->fast_state.raw();
169 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch());
180 thr->fast_state.IncrementEpoch();
181 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
187 thr->clock.set(thr->tid, thr->fast_state.epoch());
188 thr->fast_synch_epoch = thr->fast_state.epoch();
206 thr->fast_state.IncrementEpoch();
207 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
208 thr->clock.set(thr->tid, thr->fast_state.epoch());
209 thr->fast_synch_epoch = thr->fast_state.epoch();
214 thr->fast_state.IncrementEpoch();
215 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
225 thr->clock.set(thr->tid, thr->fast_state.epoch());
226 thr->fast_synch_epoch = thr->fast_state.epoch();
245 thr->clock.set(thr->tid, thr->fast_state.epoch());
255 thr->clock.set(tctx->tid, tctx->thr->fast_state.epoch());
270 thr->clock.set(thr->tid, thr->fast_state.epoch());
280 thr->clock.set(thr->tid, thr->fast_state.epoch());
291 thr->last_sleep_clock.set(tctx->tid, tctx->thr->fast_state.epoch());