Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp203 struct InterceptorContext { struct
207 __sanitizer_sigaction sigactions[kSigCount];
209 unsigned finalize_key;
212 Mutex atexit_mu;
213 Vector<struct AtExitCtx *> AtExitStack;
215 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext() function
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1144 struct InterceptorContext { struct
1148 InterceptorContext() in InterceptorContext() argument