Searched refs:ignore_interceptors (Results 1 – 11 of 11) 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->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
228 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors) in invoke_malloc_hook()236 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors) in invoke_free_hook()
263 if (!thr_->ignore_interceptors) in ScopedInterceptor()282 if (!thr_->ignore_interceptors) { in ~ScopedInterceptor()337 thr->ignore_interceptors++; in BlockingCall()341 thr->ignore_interceptors--; in ~BlockingCall()1035 arg->thr->ignore_interceptors--; in cond_mutex_unlock()1776 int ignore_interceptors = thr->ignore_interceptors; in CallUserSignalHandler() local1781 thr->ignore_interceptors = 0; in CallUserSignalHandler()1803 thr->ignore_interceptors = ignore_interceptors; in CallUserSignalHandler()2277 if (thr->ignore_interceptors) \
394 int ignore_interceptors; member545 cur_thread()->ignore_interceptors++; in ScopedIgnoreInterceptors()551 cur_thread()->ignore_interceptors--; in ~ScopedIgnoreInterceptors()
371 dead_thread_state->ignore_interceptors = 1; in cur_thread()
150 cur_thread()->ignore_interceptors++; in BackgroundThread()463 thr->ignore_interceptors++; in ForkChildAfter()
270 thr->ignore_interceptors++; in ThreadStart()
458 if (thr->ignore_interceptors) \