Searched refs:DDReport (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h53 struct DDReport { struct in namespace:__sanitizer
88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
H A Dsanitizer_deadlock_detector1.cc32 DDReport rep;
56 DDReport *GetReport(DDCallback *cb) override;
131 len = Min<uptr>(len, DDReport::kMaxLoopSize);
132 DDReport *rep = &lt->rep;
187 DDReport *DD::GetReport(DDCallback *cb) {
H A Dsanitizer_deadlock_detector2.cc59 DDReport rep;
100 DDReport *GetReport(DDCallback *cb);
402 DDReport *rep = &pt->rep;
416 DDReport *DD::GetReport(DDCallback *cb) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h51 struct DDReport { struct in namespace:__sanitizer
86 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
H A Dsanitizer_deadlock_detector1.cc30 DDReport rep;
54 DDReport *GetReport(DDCallback *cb) override;
129 len = Min<uptr>(len, DDReport::kMaxLoopSize);
130 DDReport *rep = &lt->rep;
185 DDReport *DD::GetReport(DDCallback *cb) {
H A Dsanitizer_deadlock_detector2.cc57 DDReport rep;
98 DDReport *GetReport(DDCallback *cb);
400 DDReport *rep = &pt->rep;
414 DDReport *DD::GetReport(DDCallback *cb) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h52 struct DDReport { struct in namespace:__sanitizer
90 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
H A Dsanitizer_deadlock_detector1.cpp31 DDReport rep;
55 DDReport *GetReport(DDCallback *cb) override;
130 len = Min<uptr>(len, DDReport::kMaxLoopSize);
131 DDReport *rep = &lt->rep;
186 DDReport *DD::GetReport(DDCallback *cb) {
H A Dsanitizer_deadlock_detector2.cpp58 DDReport rep;
99 DDReport *GetReport(DDCallback *cb);
399 DDReport *rep = &pt->rep;
413 DDReport *DD::GetReport(DDCallback *cb) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.cc39 static void ReportDeadlock(Thread *thr, DDReport *rep) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
514 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc24 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
512 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cpp25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
529 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {

Completed in 135 milliseconds