HomeSort by relevance Sort by last modified time
    Searched full:ignore_interceptors (Results 1 - 14 of 14) 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_interceptors.h 37 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
tsan_symbolize.cc 29 thr->ignore_interceptors++;
36 thr->ignore_interceptors--;
tsan_mman.cc 228 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
236 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
tsan_interceptors.cc 263 if (!thr_->ignore_interceptors)
282 if (!thr_->ignore_interceptors) {
337 thr->ignore_interceptors++;
341 thr->ignore_interceptors--;
1035 arg->thr->ignore_interceptors--;
1776 int ignore_interceptors = thr->ignore_interceptors; local
    [all...]
tsan_rtl.h 394 int ignore_interceptors; member in struct:__tsan::ThreadState
545 cur_thread()->ignore_interceptors++;
551 cur_thread()->ignore_interceptors--;
tsan_rtl.cc 118 // , ignore_interceptors()
150 cur_thread()->ignore_interceptors++;
463 thr->ignore_interceptors++;
tsan_platform_linux.cc 371 dead_thread_state->ignore_interceptors = 1;
tsan_rtl_thread.cc 270 thr->ignore_interceptors++;
tsan_interface_atomic.cc 458 if (thr->ignore_interceptors) \
  /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 192 milliseconds