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

  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 24 thr->ignore_interceptors = true;
26 thr->ignore_interceptors = false;
34 thr->ignore_interceptors = true;
36 thr->ignore_interceptors = false;
113 if (thr->ignore_interceptors)
126 if (thr->ignore_interceptors)
139 if (thr->ignore_interceptors)
150 if (thr->ignore_interceptors)
dd_rtl.h 31 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_interceptors.h 37 if (thr->ignore_interceptors || thr->in_ignored_lib) \
tsan_mman.cc 172 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
179 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
tsan_rtl.h 366 int ignore_interceptors; member in struct:__tsan::ThreadState
512 cur_thread()->ignore_interceptors++;
518 cur_thread()->ignore_interceptors--;
tsan_rtl_thread.cc 282 thr->ignore_interceptors++;
tsan_interceptors.cc 274 if (!thr_->ignore_interceptors) {
291 if (!thr_->ignore_interceptors) {
344 thr->ignore_interceptors++;
348 thr->ignore_interceptors--;
    [all...]
tsan_rtl.cc 118 // , ignore_interceptors()
150 cur_thread()->ignore_interceptors++;
455 thr->ignore_interceptors++;
tsan_interface_atomic.cc 481 if (thr->ignore_interceptors) \

Completed in 370 milliseconds