Searched defs:InterceptorContext (Results 1 – 2 of 2) sorted by relevance
203 struct InterceptorContext { struct207 __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() argument
1144 struct InterceptorContext { struct1148 InterceptorContext() in InterceptorContext() argument