Searched refs:ScopedInterceptor (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h9 class ScopedInterceptor { class in namespace:__tsan
11 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
12 ~ScopedInterceptor();
37 ScopedInterceptor si(thr, #func, caller_pc); \
H A Dtsan_interceptors_posix.cpp249 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname, function in class:ScopedInterceptor
261 ScopedInterceptor::~ScopedInterceptor() {
271 void ScopedInterceptor::EnableIgnores() {
282 void ScopedInterceptor::DisableIgnores() {
617 // Note: if we call REAL(longjmp) in the context of ScopedInterceptor,
618 // bad things will happen. We will jump over ScopedInterceptor dtor and can
1119 ScopedInterceptor *si;
1128 // tsan code. Also ScopedInterceptor an
[all...]

Completed in 69 milliseconds