Searched refs:in_ignored_lib (Results 1 – 2 of 2) sorted by relevance
235 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()
373 bool in_ignored_lib; member