Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp519 dead_thread_state->fast_state.SetIgnoreBit(); in cur_thread()
H A Dtsan_rtl.cpp1037 thr->fast_state.SetIgnoreBit(); in ThreadIgnoreBegin()
H A Dtsan_interceptors_posix.cpp2127 thr->fast_state.SetIgnoreBit(); in CallUserSignalHandler()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp45 fs.SetIgnoreBit(); in TEST()