Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc58 struct DDPhysicalThread { struct
59 DDReport rep;
60 bool report_pending;
61 bool visited[kMaxMutex];
62 Link pending[kMaxMutex];
63 Link path[kMaxMutex];
Dsanitizer_deadlock_detector1.cc26 struct DDPhysicalThread { struct
/external/llvm-project/compiler-rt/lib/sanitizer_common/
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];
Dsanitizer_deadlock_detector1.cpp25 struct DDPhysicalThread { struct