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 126 ScopedReport::ScopedReport(ReportType typ) {
135 ScopedReport::~ScopedReport() {
140 void ScopedReport::AddStack(const StackTrace *stack) {
145 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s,
178 void ScopedReport::AddThread(const ThreadContext *tctx) {
252 void ScopedReport::AddMutex(const SyncVar *s) {
274 void ScopedReport::AddMutex(u64 id) {
287 void ScopedReport::AddLocation(uptr addr, uptr size)
    [all...]
tsan_rtl.h 548 class ScopedReport {
550 explicit ScopedReport(ReportType typ);
551 ~ScopedReport();
569 ScopedReport(const ScopedReport&);
570 void operator = (const ScopedReport&);
595 const ScopedReport &srep,
599 const ScopedReport &srep,
tsan_mman.cc 95 ScopedReport rep(ReportTypeSignalUnsafe);
tsan_rtl_mutex.cc 67 ScopedReport rep(ReportTypeMutexDestroyLocked);
tsan_rtl_thread.cc 161 ScopedReport rep(ReportTypeThreadLeak);
tsan_interceptors.cc     [all...]

Completed in 52 milliseconds