HomeSort by: relevance | last modified time | path
    Searched defs:ScopedInterceptor (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.h 9 class ScopedInterceptor {
11 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
12 ~ScopedInterceptor();
29 ScopedInterceptor si(thr, #func, caller_pc); \
tsan_interceptors.h 9 class ScopedInterceptor {
11 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
12 ~ScopedInterceptor();
29 ScopedInterceptor si(thr, #func, caller_pc); \
tsan_interceptors.cc 253 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname,
266 ScopedInterceptor::~ScopedInterceptor() {
276 void ScopedInterceptor::EnableIgnores() {
287 void ScopedInterceptor::DisableIgnores() {
643 // Note: if we call REAL(longjmp) in the context of ScopedInterceptor,
644 // bad things will happen. We will jump over ScopedInterceptor dtor and can
1127 ScopedInterceptor *si;
1136 // tsan code. Also ScopedInterceptor and BlockingCall destructors won't ru
    [all...]
tsan_interceptors.cc 253 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname,
266 ScopedInterceptor::~ScopedInterceptor() {
276 void ScopedInterceptor::EnableIgnores() {
287 void ScopedInterceptor::DisableIgnores() {
643 // Note: if we call REAL(longjmp) in the context of ScopedInterceptor,
644 // bad things will happen. We will jump over ScopedInterceptor dtor and can
1127 ScopedInterceptor *si;
1136 // tsan code. Also ScopedInterceptor and BlockingCall destructors won't ru
    [all...]

Completed in 23 milliseconds