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

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 41 bool suppressable; member in struct:__tsan::ReportStack
80 bool suppressable; member in struct:__tsan::ReportLocation
tsan_suppressions.cc 116 !stack->suppressable)
135 loc->type != ReportLocationGlobal || !loc->suppressable)
tsan_debugging.cc 111 int *fd, int *suppressable, void **trace,
122 *suppressable = loc->suppressable;
tsan_rtl_report.cc 157 void ScopedReport::AddStack(StackTrace stack, bool suppressable) {
160 (*rs)->suppressable = suppressable;
175 mop->stack->suppressable = true;
188 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) {
204 rt->stack->suppressable = suppressable;
251 void ScopedReport::AddThread(int unique_tid, bool suppressable) {
254 AddThread(tctx, suppressable);
352 loc->suppressable = true
    [all...]
tsan_report.cc 22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {}
31 fd(0), suppressable(false), stack(nullptr) {}
tsan_rtl.h 563 void AddStack(StackTrace stack, bool suppressable = false);
564 void AddThread(const ThreadContext *tctx, bool suppressable = false);
565 void AddThread(int unique_tid, bool suppressable = false);
tsan_interface.h 117 int *fd, int *suppressable, void **trace,

Completed in 5565 milliseconds