Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp70 bool in_ignored_lib; in ExternalAccess() local
71 if (caller_pc && libignore()->IsIgnored(caller_pc, &in_ignored_lib)) in ExternalAccess()
H A Dtsan_interceptors.h46 return !thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib; in MustIgnoreInterceptor()
H A Dtsan_interceptors_posix.cpp303 !thr_->in_ignored_lib && (flags()->ignore_interceptors_accesses || in ScopedInterceptor()
326 DCHECK(!thr_->in_ignored_lib); in EnableIgnoresImpl()
327 thr_->in_ignored_lib = true; in EnableIgnoresImpl()
337 DCHECK(thr_->in_ignored_lib); in DisableIgnoresImpl()
338 thr_->in_ignored_lib = false; in DisableIgnoresImpl()
952 if (!thr->in_ignored_lib) in guard_acquire()
971 if (!thr->in_ignored_lib) in guard_release()
H A Dtsan_rtl.h199 bool in_ignored_lib; member