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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cpp
  144     rep->loop[i].thr_ctx = unique_tid;
  145     rep->loop[i].mtx_ctx0 = m0->ctx;
  146     rep->loop[i].mtx_ctx1 = m1->ctx;
  147     rep->loop[i].stk[0] = stk_to;
  148     rep->loop[i].stk[1] = stk_from;
projects/compiler-rt/lib/tsan/dd/dd_rtl.cpp
   46       rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0);
   46       rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0);
   46       rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0);
   47     PrintStackTrace(thr, rep->loop[i].stk[1]);
   48     if (rep->loop[i].stk[0]) {
   50         rep->loop[i].mtx_ctx0);
   51       PrintStackTrace(thr, rep->loop[i].stk[0]);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
  519     rep.AddMutex(r->loop[i].mtx_ctx0);
  520     rep.AddUniqueTid((int)r->loop[i].thr_ctx);
  521     rep.AddThread((int)r->loop[i].thr_ctx);
  526       u32 stk = r->loop[i].stk[j];