Home
last modified time | relevance | path

Searched defs:DDPhysicalThread (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp57 struct DDPhysicalThread { struct
58 DDReport rep;
59 bool report_pending;
60 bool visited[kMaxMutex];
61 Link pending[kMaxMutex];
62 Link path[kMaxMutex];
H A Dsanitizer_deadlock_detector1.cpp25 struct DDPhysicalThread { struct