Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc187 struct InterceptorContext { struct
191 __sanitizer_sigaction sigactions[kSigCount];
193 unsigned finalize_key;
196 BlockingMutex atexit_mu;
197 Vector<struct AtExitCtx *> AtExitStack;
199 InterceptorContext() in InterceptorContext() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc192 struct InterceptorContext { struct
196 __sanitizer_sigaction sigactions[kSigCount];
198 unsigned finalize_key;
201 BlockingMutex atexit_mu;
202 Vector<struct AtExitCtx *> AtExitStack;
204 InterceptorContext() in InterceptorContext() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1090 struct InterceptorContext { struct
1094 InterceptorContext() in InterceptorContext() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp185 struct InterceptorContext { struct
189 __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