Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_rtl.cpp23 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()
Ddd_rtl.h30 bool ignore_interceptors; member
/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->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
Dtsan_mman.cc228 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()
Dtsan_interceptors.cc263 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() local
1781 thr->ignore_interceptors = 0; in CallUserSignalHandler()
1803 thr->ignore_interceptors = ignore_interceptors; in CallUserSignalHandler()
2277 if (thr->ignore_interceptors) \
Dtsan_rtl.h394 int ignore_interceptors; member
545 cur_thread()->ignore_interceptors++; in ScopedIgnoreInterceptors()
551 cur_thread()->ignore_interceptors--; in ~ScopedIgnoreInterceptors()
Dtsan_platform_linux.cc371 dead_thread_state->ignore_interceptors = 1; in cur_thread()
Dtsan_rtl_thread.cc270 thr->ignore_interceptors++; in ThreadStart()
Dtsan_rtl.cc150 cur_thread()->ignore_interceptors++; in BackgroundThread()
463 thr->ignore_interceptors++; in ForkChildAfter()
Dtsan_interface_atomic.cc458 if (thr->ignore_interceptors) \
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize.cpp28 thr->ignore_interceptors++; in EnterSymbolizer()
35 thr->ignore_interceptors--; in ExitSymbolizer()
Dtsan_interceptors.h48 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
Dtsan_mman.cpp328 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()
Dtsan_interceptors_posix.cpp257 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() local
1944 thr->ignore_interceptors = 0; in CallUserSignalHandler()
1965 thr->ignore_interceptors = ignore_interceptors; in CallUserSignalHandler()
2462 if (thr->ignore_interceptors) \
Dtsan_rtl.h404 int ignore_interceptors; member
571 cur_thread()->ignore_interceptors++; in ScopedIgnoreInterceptors()
577 cur_thread()->ignore_interceptors--; in ~ScopedIgnoreInterceptors()
Dtsan_interceptors_mac.cpp416 thr->ignore_interceptors++; in TSAN_INTERCEPTOR()
419 thr->ignore_interceptors--; in TSAN_INTERCEPTOR()
Dtsan_platform_linux.cpp484 dead_thread_state->ignore_interceptors = 1; in cur_thread()
Dtsan_rtl.cpp153 cur_thread()->ignore_interceptors++; in BackgroundThread()
533 thr->ignore_interceptors++; in ForkChildAfter()
Dtsan_rtl_thread.cpp273 thr->ignore_interceptors++; in ThreadStart()
Dtsan_interface_atomic.cpp477 if (UNLIKELY(thr->ignore_sync || thr->ignore_interceptors)) { \