Home
last modified time | relevance | path

Searched refs:ignore_interceptors (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc24 thr->ignore_interceptors = true; in CurrentStackTrace()
26 thr->ignore_interceptors = false; in CurrentStackTrace()
34 thr->ignore_interceptors = true; in PrintStackTrace()
36 thr->ignore_interceptors = false; in PrintStackTrace()
113 if (thr->ignore_interceptors) in MutexBeforeLock()
126 if (thr->ignore_interceptors) in MutexAfterLock()
139 if (thr->ignore_interceptors) in MutexBeforeUnlock()
150 if (thr->ignore_interceptors) in MutexDestroy()
Ddd_rtl.h31 bool ignore_interceptors; member
/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize.cc29 thr->ignore_interceptors++; in EnterSymbolizer()
36 thr->ignore_interceptors--; in ExitSymbolizer()
Dtsan_interceptors.h37 if (thr->ignore_interceptors || thr->in_ignored_lib) \
Dtsan_mman.cc172 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors) in invoke_malloc_hook()
179 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors) in invoke_free_hook()
Dtsan_rtl.h366 int ignore_interceptors; member
512 cur_thread()->ignore_interceptors++; in ScopedIgnoreInterceptors()
518 cur_thread()->ignore_interceptors--; in ~ScopedIgnoreInterceptors()
Dtsan_interceptors.cc274 if (!thr_->ignore_interceptors) { in ScopedInterceptor()
291 if (!thr_->ignore_interceptors) { in ~ScopedInterceptor()
344 thr->ignore_interceptors++; in BlockingCall()
348 thr->ignore_interceptors--; in ~BlockingCall()
1087 arg->thr->ignore_interceptors--; in cond_mutex_unlock()
2024 int const i = thr->ignore_interceptors; in rtl_generic_sighandler()
2025 thr->ignore_interceptors = 0; in rtl_generic_sighandler()
2028 thr->ignore_interceptors = i; in rtl_generic_sighandler()
2413 if (thr->ignore_interceptors) \
Dtsan_rtl_thread.cc282 thr->ignore_interceptors++; in ThreadStart()
Dtsan_rtl.cc150 cur_thread()->ignore_interceptors++; in BackgroundThread()
455 thr->ignore_interceptors++; in ForkChildAfter()
Dtsan_interface_atomic.cc481 if (thr->ignore_interceptors) \