Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.h9 class ScopedInterceptor {
11 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
12 ~ScopedInterceptor();
29 ScopedInterceptor si(thr, #func, caller_pc); \
H A Dtsan_interceptors.cc238 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname, in ScopedInterceptor() function in ScopedInterceptor
251 ScopedInterceptor::~ScopedInterceptor() { in ~ScopedInterceptor()
261 void ScopedInterceptor::EnableIgnores() { in EnableIgnores()
272 void ScopedInterceptor::DisableIgnores() { in DisableIgnores()
1085 ScopedInterceptor *si;
1103 arg->si->~ScopedInterceptor(); in cond_mutex_unlock()
1113 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, in cond_wait()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.h9 class ScopedInterceptor {
11 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
12 ~ScopedInterceptor();
29 ScopedInterceptor si(thr, #func, caller_pc); \
H A Dtsan_interceptors.cc253 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname, in ScopedInterceptor() function in ScopedInterceptor
266 ScopedInterceptor::~ScopedInterceptor() { in ~ScopedInterceptor()
276 void ScopedInterceptor::EnableIgnores() { in EnableIgnores()
287 void ScopedInterceptor::DisableIgnores() { in DisableIgnores()
1127 ScopedInterceptor *si;
1145 arg->si->~ScopedInterceptor(); in cond_mutex_unlock()
1155 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, in cond_wait()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors.h9 class ScopedInterceptor {
11 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
12 ~ScopedInterceptor();
43 ScopedInterceptor si(thr, #func, GET_CALLER_PC()); \
H A Dtsan_interceptors_posix.cpp244 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname, in ScopedInterceptor() function in ScopedInterceptor
257 ScopedInterceptor::~ScopedInterceptor() { in ~ScopedInterceptor()
268 void ScopedInterceptor::EnableIgnoresImpl() { in EnableIgnoresImpl()
279 void ScopedInterceptor::DisableIgnoresImpl() { in DisableIgnoresImpl()
1162 ScopedInterceptor *si;
1186 si->~ScopedInterceptor(); in Unlock()
1198 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, in cond_wait()