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

  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 23 thr->ignore_interceptors = true;
25 thr->ignore_interceptors = false;
34 thr->ignore_interceptors = true;
36 thr->ignore_interceptors = false;
109 if (thr->ignore_interceptors)
122 if (thr->ignore_interceptors)
135 if (thr->ignore_interceptors)
146 if (thr->ignore_interceptors)
dd_rtl.h 32 bool ignore_interceptors; member in struct:__dsan::Thread
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize.cc 29 thr->ignore_interceptors++;
36 thr->ignore_interceptors--;
tsan_mman.cc 148 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
156 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
tsan_rtl.h 356 int ignore_interceptors; member in struct:__tsan::ThreadState
485 cur_thread()->ignore_interceptors++;
491 cur_thread()->ignore_interceptors--;
tsan_interceptors.cc 174 if (!thr_->ignore_interceptors) {
191 if (!thr_->ignore_interceptors) {
212 if (thr->ignore_interceptors || thr->in_ignored_lib) \
239 ScopedIgnoreInterceptors ignore_interceptors; member in struct:BlockingCall
    [all...]
tsan_rtl_thread.cc 267 thr->ignore_interceptors++;
tsan_rtl.cc 103 // , ignore_interceptors()
135 cur_thread()->ignore_interceptors++;
416 thr->ignore_interceptors++;
tsan_interface_atomic.cc 35 if (thr->ignore_interceptors) \

Completed in 733 milliseconds