Home
last modified time | relevance | path

Searched refs:mtx_ctx0 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp46 rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0); in ReportDeadlock()
50 rep->loop[i].mtx_ctx0); in ReportDeadlock()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h57 u64 mtx_ctx0; // user mutex context, start of the edge member
H A Dsanitizer_deadlock_detector1.cpp145 rep->loop[i].mtx_ctx0 = m0->ctx; in ReportDeadlock()
H A Dsanitizer_deadlock_detector2.cpp405 rep->loop[i].mtx_ctx0 = link0->id; in Report()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp534 rep.AddMutex(r->loop[i].mtx_ctx0, r->loop[i].stk[0]); in ReportDeadlock()