Home
last modified time | relevance | path

Searched defs:InterceptorContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp211 struct InterceptorContext { struct
214 alignas(64) LibIgnore libignore;
215 __sanitizer_sigaction sigactions[kSigCount];
217 unsigned finalize_key;
220 Mutex atexit_mu;
221 Vector<struct AtExitCtx *> AtExitStack;
223 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1275 struct InterceptorContext { struct
1279 InterceptorContext() in InterceptorContext() argument