Home
last modified time | relevance | path

Searched refs:ClearIgnoreBit (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp1009 s.ClearIgnoreBit(); in MemoryRangeFreed()
1022 s.ClearIgnoreBit(); in MemoryRangeImitateWrite()
1088 thr->fast_state.ClearIgnoreBit(); in ThreadIgnoreEnd()
H A Dtsan_rtl.h136 void ClearIgnoreBit() { x_ &= ~kIgnoreBit; } in ClearIgnoreBit() function
H A Dtsan_interceptors_posix.cpp1956 thr->fast_state.ClearIgnoreBit(); in CallUserSignalHandler()