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.cpp293 !thr_->in_ignored_lib && (flags()->ignore_interceptors_accesses || in ScopedInterceptor()
316 DCHECK(!thr_->in_ignored_lib); in EnableIgnoresImpl()
317 thr_->in_ignored_lib = true; in EnableIgnoresImpl()
327 DCHECK(thr_->in_ignored_lib); in DisableIgnoresImpl()
328 thr_->in_ignored_lib = false; in DisableIgnoresImpl()
891 if (!thr->in_ignored_lib) in guard_acquire()
905 if (!thr->in_ignored_lib) in guard_release()
H A Dtsan_rtl.h196 bool in_ignored_lib; member