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 150 ScopedReport::ScopedReport(ReportType typ) {
159 ScopedReport::~ScopedReport() {
165 void ScopedReport::AddStack(const StackTrace *stack, bool suppressable) {
171 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s,
192 void ScopedReport::AddUniqueTid(int unique_tid) {
196 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) {
259 void ScopedReport::AddThread(int unique_tid, bool suppressable) {
265 void ScopedReport::AddMutex(const SyncVar *s)
    [all...]
tsan_rtl.h 496 class ScopedReport {
498 explicit ScopedReport(ReportType typ);
499 ~ScopedReport();
523 ScopedReport(const ScopedReport&);
524 void operator = (const ScopedReport&);
553 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
555 const ScopedReport &srep,
tsan_mman.cc 78 ScopedReport rep(ReportTypeSignalUnsafe);
tsan_rtl_mutex.cc 60 ScopedReport rep(typ);
125 ScopedReport rep(ReportTypeMutexDestroyLocked);
468 ScopedReport rep(ReportTypeDeadlock);
tsan_rtl_thread.cc 208 ScopedReport rep(ReportTypeThreadLeak);
tsan_interceptors.cc     [all...]

Completed in 222 milliseconds