Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.h37 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
Dtsan_interceptors.cc266 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) { in ScopedInterceptor()
268 thr_->in_ignored_lib = true; in ScopedInterceptor()
279 thr_->in_ignored_lib = false; in ~ScopedInterceptor()
292 thr_->in_ignored_lib = false; in UserCallbackStart()
299 thr_->in_ignored_lib = true; in UserCallbackEnd()
1333 if (!thr->in_ignored_lib) in TSAN_INTERCEPTOR()
1341 if (!thr->in_ignored_lib) in TSAN_INTERCEPTOR()
Dtsan_rtl.h402 bool in_ignored_lib; member