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.cpp285 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname, in ScopedInterceptor() function in ScopedInterceptor
308 ScopedInterceptor::~ScopedInterceptor() { in ~ScopedInterceptor()
321 void ScopedInterceptor::EnableIgnoresImpl() { in EnableIgnoresImpl()
332 void ScopedInterceptor::DisableIgnoresImpl() { in DisableIgnoresImpl()
1262 ScopedInterceptor *si;
1285 si->~ScopedInterceptor(); in Unlock()
1297 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, in cond_wait()