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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 135 ScopedReport::ScopedReport(ReportType typ) {
145 ScopedReport::~ScopedReport() {
151 void ScopedReport::AddStack(const StackTrace *stack) {
156 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s,
189 void ScopedReport::AddThread(const ThreadContext *tctx) {
263 void ScopedReport::AddMutex(const SyncVar *s) {
285 void ScopedReport::AddMutex(u64 id) {
298 void ScopedReport::AddLocation(uptr addr, uptr size)
    [all...]
tsan_rtl.h 557 class ScopedReport {
559 explicit ScopedReport(ReportType typ);
560 ~ScopedReport();
579 ScopedReport(const ScopedReport&);
580 void operator = (const ScopedReport&);
605 const ScopedReport &srep,
610 const ScopedReport &srep,
tsan_mman.cc 97 ScopedReport rep(ReportTypeSignalUnsafe);
tsan_rtl_thread.cc 186 ScopedReport rep(ReportTypeThreadLeak);
tsan_rtl_mutex.cc 67 ScopedReport rep(ReportTypeMutexDestroyLocked);
tsan_interceptors.cc     [all...]

Completed in 39 milliseconds