Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc392 dead_thread_state->fast_state.SetIgnoreBit(); in cur_thread()
H A Dtsan_rtl.h146 void SetIgnoreBit() { x_ |= kIgnoreBit; } in SetIgnoreBit() function
H A Dtsan_rtl.cc1021 thr->fast_state.SetIgnoreBit(); in ThreadIgnoreBegin()
H A Dtsan_interceptors.cc1917 thr->fast_state.SetIgnoreBit(); in CallUserSignalHandler()