Searched refs:ignore_interceptors (Results 1 – 10 of 10) sorted by relevance
24 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()
31 bool ignore_interceptors; member
29 thr->ignore_interceptors++; in EnterSymbolizer()36 thr->ignore_interceptors--; in ExitSymbolizer()
37 if (thr->ignore_interceptors || thr->in_ignored_lib) \
172 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()
366 int ignore_interceptors; member512 cur_thread()->ignore_interceptors++; in ScopedIgnoreInterceptors()518 cur_thread()->ignore_interceptors--; in ~ScopedIgnoreInterceptors()
274 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) \
282 thr->ignore_interceptors++; in ThreadStart()
150 cur_thread()->ignore_interceptors++; in BackgroundThread()455 thr->ignore_interceptors++; in ForkChildAfter()
481 if (thr->ignore_interceptors) \