Searched refs:in_ignored_lib (Results 1 – 3 of 3) sorted by relevance
37 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
266 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()
402 bool in_ignored_lib; member