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.cpp208 struct InterceptorContext { struct
211 alignas(64) LibIgnore libignore;
212 __sanitizer_sigaction sigactions[kSigCount];
214 unsigned finalize_key;
217 Mutex atexit_mu;
218 Vector<struct AtExitCtx *> AtExitStack;
220 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1249 struct InterceptorContext { struct
1253 InterceptorContext() in InterceptorContext() function