HomeSort by relevance Sort by last modified time
    Searched full:scopedinterceptor (Results 1 - 6 of 6) 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...]
  /external/compiler-rt/test/tsan/
ignore_lib4.cc 16 // It used to crash since we jumped out of ScopedInterceptor scope.
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/lib/linux/
libclang_rt.tsan_cxx-x86_64.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/lib/linux/
libclang_rt.tsan_cxx-x86_64.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/lib/linux/
libclang_rt.tsan_cxx-x86_64.a     [all...]

Completed in 300 milliseconds