Searched refs:ignore_interceptors (Results 1 – 23 of 23) sorted by relevance
23 thr->ignore_interceptors = true; in CurrentStackTrace()25 thr->ignore_interceptors = false; in CurrentStackTrace()33 thr->ignore_interceptors = true; in PrintStackTrace()35 thr->ignore_interceptors = false; in PrintStackTrace()112 if (thr->ignore_interceptors) in MutexBeforeLock()125 if (thr->ignore_interceptors) in MutexAfterLock()138 if (thr->ignore_interceptors) in MutexBeforeUnlock()149 if (thr->ignore_interceptors) in MutexDestroy()
30 bool ignore_interceptors; member
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()
270 thr->ignore_interceptors++; in ThreadStart()
150 cur_thread()->ignore_interceptors++; in BackgroundThread()463 thr->ignore_interceptors++; in ForkChildAfter()
458 if (thr->ignore_interceptors) \
28 thr->ignore_interceptors++; in EnterSymbolizer()35 thr->ignore_interceptors--; in ExitSymbolizer()
48 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
328 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors) in invoke_malloc_hook()336 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors) in invoke_free_hook()
257 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()268 if (!thr_->ignore_interceptors) { in ~ScopedInterceptor()339 thr->ignore_interceptors++; in BlockingCall()343 thr->ignore_interceptors--; in ~BlockingCall()1152 thr->ignore_interceptors--; in Unlock()1939 int ignore_interceptors = thr->ignore_interceptors; in CallUserSignalHandler() local1944 thr->ignore_interceptors = 0; in CallUserSignalHandler()1965 thr->ignore_interceptors = ignore_interceptors; in CallUserSignalHandler()2462 if (thr->ignore_interceptors) \
404 int ignore_interceptors; member571 cur_thread()->ignore_interceptors++; in ScopedIgnoreInterceptors()577 cur_thread()->ignore_interceptors--; in ~ScopedIgnoreInterceptors()
416 thr->ignore_interceptors++; in TSAN_INTERCEPTOR()419 thr->ignore_interceptors--; in TSAN_INTERCEPTOR()
484 dead_thread_state->ignore_interceptors = 1; in cur_thread()
153 cur_thread()->ignore_interceptors++; in BackgroundThread()533 thr->ignore_interceptors++; in ForkChildAfter()
273 thr->ignore_interceptors++; in ThreadStart()
477 if (UNLIKELY(thr->ignore_sync || thr->ignore_interceptors)) { \