HomeSort by relevance Sort by last modified time
    Searched refs:ScopedInterceptor (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h 9 class ScopedInterceptor {
11 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
12 ~ScopedInterceptor();
26 ScopedInterceptor si(thr, #func, caller_pc); \
tsan_interceptors.cc 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 ru
    [all...]

Completed in 73 milliseconds