Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc56 struct DDPhysicalThread { struct
57 DDReport rep;
58 bool report_pending;
59 bool visited[kMaxMutex];
60 Link pending[kMaxMutex];
61 Link path[kMaxMutex];
H A Dsanitizer_deadlock_detector1.cc24 struct DDPhysicalThread { struct
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A 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];
H A Dsanitizer_deadlock_detector1.cc26 struct DDPhysicalThread { struct