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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h 37 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
tsan_interceptors.cc 266 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) {
268 thr_->in_ignored_lib = true;
279 thr_->in_ignored_lib = false;
292 thr_->in_ignored_lib = false;
299 thr_->in_ignored_lib = true;
569 // leave thr->in_ignored_lib set.
    [all...]
tsan_rtl.h 402 bool in_ignored_lib; member in struct:__tsan::ThreadState

Completed in 169 milliseconds