Searched refs:in_ignored_lib (Results 1 – 3 of 3) sorted by relevance
37 if (thr->ignore_interceptors || thr->in_ignored_lib) \
279 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) { in ScopedInterceptor()281 thr_->in_ignored_lib = true; in ScopedInterceptor()288 thr_->in_ignored_lib = false; in ~ScopedInterceptor()300 thr_->in_ignored_lib = false; in UserCallbackStart()307 thr_->in_ignored_lib = true; in UserCallbackEnd()1383 if (!thr->in_ignored_lib) in TSAN_INTERCEPTOR()1391 if (!thr->in_ignored_lib) in TSAN_INTERCEPTOR()
374 bool in_ignored_lib; member