Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h241 int unique_tid) { in addEdges() argument
251 unique_tid}; in addEdges()
259 int *unique_tid) { in findEdge() argument
266 *unique_tid = edges_[i].unique_tid; in findEdge()
395 int unique_tid; member
H A Dsanitizer_deadlock_detector1.cpp140 int unique_tid = 0; in ReportDeadlock() local
141 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid); in ReportDeadlock()
144 rep->loop[i].thr_ctx = unique_tid; in ReportDeadlock()
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cpp459 int unique_tid = 0; in RunRemoveEdgesTest() local
468 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid)); in RunRemoveEdgesTest()
485 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid)); in RunRemoveEdgesTest()
488 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid)); in RunRemoveEdgesTest()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp202 void ScopedReportBase::AddUniqueTid(Tid unique_tid) { in AddUniqueTid() argument
203 rep_->unique_tids.PushBack(unique_tid); in AddUniqueTid()
H A Dtsan_rtl.h414 void AddUniqueTid(Tid unique_tid);