HomeSort by relevance Sort by last modified time
    Searched refs:__tsan_on_report (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/tsan/
debugging.cc 12 void __tsan_on_report(void *report);
48 void __tsan_on_report(void *report) { function
49 fprintf(stderr, "__tsan_on_report(%p)\n", report);
52 // CHECK: __tsan_on_report([[REPORT:0x[0-9a-f]+]])
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 60 void __tsan_on_report(const ReportDesc *rep) { function in namespace:__tsan
528 __tsan_on_report(rep);
tsan_interface.h 84 void __tsan_on_report(void *report);

Completed in 69 milliseconds