reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
   57   if (!args->thr)  // GCD workers don't have a parent thread.
   59   args->thr->fast_state.IncrementEpoch();
   61   TraceAddEvent(args->thr, args->thr->fast_state, EventTypeMop, 0);
   61   TraceAddEvent(args->thr, args->thr->fast_state, EventTypeMop, 0);
   62   ReleaseImpl(args->thr, 0, &sync);
   63   creation_stack_id = CurrentStackId(args->thr, args->pc);
   63   creation_stack_id = CurrentStackId(args->thr, args->pc);
   65     StatInc(args->thr, StatThreadMaxTid);