reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
  253   if (!thr_->is_inited) return;
  254   if (!thr_->ignore_interceptors) FuncEntry(thr, pc);
  257       !thr_->in_ignored_lib && libignore()->IsIgnored(pc, &in_ignored_lib_);
  262   if (!thr_->is_inited) return;
  264   if (!thr_->ignore_interceptors) {
  265     ProcessPendingSignals(thr_);
  266     FuncExit(thr_);
  267     CheckNoLocks(thr_);
  273     ThreadIgnoreBegin(thr_, pc_, /*save_stack=*/false);
  274     if (flags()->ignore_noninstrumented_modules) thr_->suppress_reports++;
  277       thr_->in_ignored_lib = true;
  284     ThreadIgnoreEnd(thr_, pc_);
  285     if (flags()->ignore_noninstrumented_modules) thr_->suppress_reports--;
  288       thr_->in_ignored_lib = false;