Home
last modified time | relevance | path

Searched refs:SetIgnoreBit (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h36 void SetIgnoreBit() { part_.ignore_accesses_ = 1; } in SetIgnoreBit() function
H A Dtsan_platform_mac.cpp78 dts->fast_state.SetIgnoreBit(); in InitializeThreadStateStorage()
H A Dtsan_platform_linux.cpp503 dead_thread_state->fast_state.SetIgnoreBit(); in cur_thread()
H A Dtsan_rtl.cpp1034 thr->fast_state.SetIgnoreBit(); in ThreadIgnoreBegin()
H A Dtsan_interceptors_posix.cpp2030 thr->fast_state.SetIgnoreBit(); in CallUserSignalHandler()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_shadow.h59 void SetIgnoreBit() { x_ |= kIgnoreBit; } in SetIgnoreBit() function
H A Dtsan_platform_mac.cpp78 dts->fast_state.SetIgnoreBit(); in InitializeThreadStateStorage()
H A Dtsan_platform_linux.cpp511 dead_thread_state->fast_state.SetIgnoreBit(); in cur_thread()
H A Dtsan_rtl.cpp731 thr->fast_state.SetIgnoreBit(); in ThreadIgnoreBegin()
H A Dtsan_interceptors_posix.cpp2026 thr->fast_state.SetIgnoreBit(); in CallUserSignalHandler()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp40 fs.SetIgnoreBit(); in TEST()