Searched defs:InterceptorContext (Results 1 – 4 of 4) sorted by relevance
187 struct InterceptorContext { struct191 __sanitizer_sigaction sigactions[kSigCount];193 unsigned finalize_key;196 BlockingMutex atexit_mu;197 Vector<struct AtExitCtx *> AtExitStack;199 InterceptorContext() in InterceptorContext() argument
192 struct InterceptorContext { struct196 __sanitizer_sigaction sigactions[kSigCount];198 unsigned finalize_key;201 BlockingMutex atexit_mu;202 Vector<struct AtExitCtx *> AtExitStack;204 InterceptorContext() in InterceptorContext() argument
1090 struct InterceptorContext { struct1094 InterceptorContext() in InterceptorContext() function
185 struct InterceptorContext { struct189 __sanitizer_sigaction sigactions[kSigCount];191 unsigned finalize_key;194 Mutex atexit_mu;195 Vector<struct AtExitCtx *> AtExitStack;197 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext() argument