HomeSort by relevance Sort by last modified time
    Searched full:suppressable (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 40 bool suppressable; member in struct:__tsan::ReportStack
79 bool suppressable; member in struct:__tsan::ReportLocation
tsan_rtl_report.cc 152 void ScopedReport::AddStack(StackTrace stack, bool suppressable) {
155 (*rs)->suppressable = suppressable;
170 mop->stack->suppressable = true;
183 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) {
199 rt->stack->suppressable = suppressable;
246 void ScopedReport::AddThread(int unique_tid, bool suppressable) {
249 AddThread(tctx, suppressable);
346 loc->suppressable = true
    [all...]
tsan_suppressions.cc 114 !stack->suppressable)
133 loc->type != ReportLocationGlobal || !loc->suppressable)
tsan_report.cc 22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {}
31 fd(0), suppressable(false), stack(nullptr) {}
tsan_rtl.h 530 void AddStack(StackTrace stack, bool suppressable = false);
531 void AddThread(const ThreadContext *tctx, bool suppressable = false);
532 void AddThread(int unique_tid, bool suppressable = false);

Completed in 283 milliseconds