Home | History | Annotate | Download | only in rtl

Lines Matching refs:ScopedInterceptor

255 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname,
274 ScopedInterceptor::~ScopedInterceptor() {
289 void ScopedInterceptor::UserCallbackStart() {
297 void ScopedInterceptor::UserCallbackEnd() {
567 // Note: if we call REAL(longjmp) in the context of ScopedInterceptor,
568 // bad things will happen. We will jump over ScopedInterceptor dtor and can
1018 ScopedInterceptor *si;
1027 // tsan code. Also ScopedInterceptor and BlockingCall destructors won't run
1036 arg->si->~ScopedInterceptor();
1046 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si,