Home
last modified time | relevance | path

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

/llvm-project/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.cpp621 dead_thread_state->fast_state.SetIgnoreBit(); in set_cur_thread()
H A Dtsan_rtl.cpp1044 thr->fast_state.SetIgnoreBit(); in ThreadIgnoreBegin()
H A Dtsan_interceptors_posix.cpp2150 thr->fast_state.SetIgnoreBit(); in ProcessPendingSignalsImpl()
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp45 fs.SetIgnoreBit(); in TEST()