Home
last modified time | relevance | path

Searched defs:unique_tid (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h245 int unique_tid) { in addEdges()
265 int *unique_tid) { in findEdge()
401 int unique_tid; member
H A Dsanitizer_deadlock_detector1.cc141 int unique_tid = 0; in ReportDeadlock() local
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc184 void ScopedReport::AddUniqueTid(int unique_tid) { in AddUniqueTid()
251 void ScopedReport::AddThread(int unique_tid, bool suppressable) { in AddThread()
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc460 int unique_tid = 0; in RunRemoveEdgesTest() local