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

  /external/compiler-rt/lib/tsan/dd/
dd_rtl.h 32 bool ignore_interceptors; member in struct:__dsan::Thread
  /external/compiler-rt/lib/tsan/rtl/
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.h 356 int ignore_interceptors; member in struct:__tsan::ThreadState
485 cur_thread()->ignore_interceptors++;
491 cur_thread()->ignore_interceptors--;

Completed in 174 milliseconds