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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 179 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) {
181 thr_->in_ignored_lib = true;
188 thr_->in_ignored_lib = false;
212 if (thr->ignore_interceptors || thr->in_ignored_lib) \
    [all...]
tsan_rtl.h 362 bool in_ignored_lib; member in struct:__tsan::ThreadState

Completed in 822 milliseconds