Home
last modified time | relevance | path

Searched refs:in_ignored_lib (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc235 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) { in ScopedInterceptor()
237 thr_->in_ignored_lib = true; in ScopedInterceptor()
244 thr_->in_ignored_lib = false; in ~ScopedInterceptor()
268 if (thr->ignore_interceptors || thr->in_ignored_lib) \
1358 if (!thr->in_ignored_lib) in TSAN_INTERCEPTOR()
1366 if (!thr->in_ignored_lib) in TSAN_INTERCEPTOR()
Dtsan_rtl.h373 bool in_ignored_lib; member