Home
last modified time | relevance | path

Searched defs:DDReport (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h53 struct DDReport { struct
54 enum { kMaxLoopSize = 20 };
55 int n; // number of entries in loop
56 struct {
61 } loop[kMaxLoopSize];
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h51 struct DDReport { struct
52 enum { kMaxLoopSize = 20 };
53 int n; // number of entries in loop
54 struct {
59 } loop[kMaxLoopSize];
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h52 struct DDReport { struct
53 enum { kMaxLoopSize = 20 };
54 int n; // number of entries in loop
55 struct {
60 } loop[kMaxLoopSize];