Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h9 class ScopedInterceptor {
11 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
12 ~ScopedInterceptor();
53 ScopedInterceptor si(thr, #func, GET_CALLER_PC()); \
H A Dtsan_interceptors_posix.cpp275 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname, in ScopedInterceptor() function in ScopedInterceptor
298 ScopedInterceptor::~ScopedInterceptor() { in ~ScopedInterceptor()
311 void ScopedInterceptor::EnableIgnoresImpl() { in EnableIgnoresImpl()
322 void ScopedInterceptor::DisableIgnoresImpl() { in DisableIgnoresImpl()
1195 ScopedInterceptor *si;
1218 si->~ScopedInterceptor(); in Unlock()
1230 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, in cond_wait()