Home
last modified time | relevance | path

Searched refs:__tsan_on_report (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dmain_tid.mm9 void __tsan_on_report(void *report); function
16 void __tsan_on_report(void *report) { function
17 fprintf(stderr, "__tsan_on_report(%p)\n", report);
Ddebug_external.cpp12 void __tsan_on_report(void *report);
45 void __tsan_on_report(void *report) { in __tsan_on_report() function
Dexternal-swift-debugging.cpp49 void __tsan_on_report(void *report) { in __tsan_on_report() function
/external/llvm-project/compiler-rt/test/tsan/
Ddebugging.cpp13 void __tsan_on_report(void *report);
49 void __tsan_on_report(void *report) { in __tsan_on_report() function
/external/compiler-rt/test/tsan/
Ddebugging.cc12 void __tsan_on_report(void *report);
48 void __tsan_on_report(void *report) { in __tsan_on_report() function
/external/llvm-project/compiler-rt/test/tsan/libdispatch/
Ddispatch_once_deadlock.c21 void __tsan_on_report() { in __tsan_on_report() function
/external/compiler-rt/test/tsan/Darwin/
Ddispatch_once_deadlock.mm19 extern "C" void __tsan_on_report() {
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp63 void __tsan_on_report(const ReportDesc *rep) { in __tsan_on_report() function
532 __tsan_on_report(rep); in OutputReport()
Dtsan_interface.h106 void __tsan_on_report(void *report);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc60 void __tsan_on_report(const ReportDesc *rep) { in __tsan_on_report() function
528 __tsan_on_report(rep); in OutputReport()
Dtsan_interface.h84 void __tsan_on_report(void *report);
/external/googletest/docs/
Dadvanced.md2654 void __tsan_on_report() {