Searched refs:DebugDump (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_clock.h | 39 void DebugDump(int(*printf)(const char *s, ...)); 144 void DebugDump(int(*printf)(const char *s, ...));
|
H A D | tsan_clock.cc | 367 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::ThreadClock 563 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_clock.h | 37 void DebugDump(int(*printf)(const char *s, ...)); 142 void DebugDump(int(*printf)(const char *s, ...));
|
H A D | tsan_clock.cc | 365 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::ThreadClock 561 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_clock.h | 38 void DebugDump(int(*printf)(const char *s, ...)); 155 void DebugDump(int(*printf)(const char *s, ...));
|
H A D | tsan_clock.cpp | 397 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::ThreadClock 591 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
H A D | tsan_clock_test.cc | 442 thr1[i]->DebugDump(printf); in ClockFuzzer() 447 sync1[i]->DebugDump(printf); in ClockFuzzer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 645 cl::opt<bool> DebugDump("dump", cl::Optional, in run() local 749 ViewOpts.Debug = DebugDump; in run()
|