HomeSort by: relevance | last modified time | path
    Searched refs:GetId (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc 46 s->dd.ctx = s->GetId();
106 u64 mid = s->GetId();
171 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId());
192 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch());
202 u64 mid = s->GetId();
220 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
239 thr->mset.Del(s->GetId(), true);
245 u64 mid = s->GetId();
277 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId());
287 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch())
    [all...]
tsan_sync.h 74 u64 GetId() const {

Completed in 12 milliseconds