Searched refs:ignore_interceptors (Results 1 – 9 of 9) 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()
153 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors) in invoke_malloc_hook()160 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors) in invoke_free_hook()
365 int ignore_interceptors; member503 cur_thread()->ignore_interceptors++; in ScopedIgnoreInterceptors()509 cur_thread()->ignore_interceptors--; in ~ScopedIgnoreInterceptors()
230 if (!thr_->ignore_interceptors) { in ScopedInterceptor()247 if (!thr_->ignore_interceptors) { in ~ScopedInterceptor()268 if (thr->ignore_interceptors || thr->in_ignored_lib) \305 thr->ignore_interceptors++; in BlockingCall()309 thr->ignore_interceptors--; in ~BlockingCall()1076 arg->thr->ignore_interceptors--; in cond_mutex_unlock()2052 int const i = thr->ignore_interceptors; in rtl_generic_sighandler()2053 thr->ignore_interceptors = 0; in rtl_generic_sighandler()2056 thr->ignore_interceptors = i; in rtl_generic_sighandler()2377 if (thr->ignore_interceptors) \
144 cur_thread()->ignore_interceptors++; in BackgroundThread()441 thr->ignore_interceptors++; in ForkChildAfter()
278 thr->ignore_interceptors++; in ThreadStart()
481 if (thr->ignore_interceptors) \