Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp503 dead_thread_state->fast_state.SetIgnoreBit(); in cur_thread()
H A Dtsan_rtl.h135 void SetIgnoreBit() { x_ |= kIgnoreBit; } in SetIgnoreBit() function
H A Dtsan_rtl.cpp1076 thr->fast_state.SetIgnoreBit(); in ThreadIgnoreBegin()
H A Dtsan_interceptors_posix.cpp1977 thr->fast_state.SetIgnoreBit(); in CallUserSignalHandler()