Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h37 void ClearIgnoreBit() { part_.ignore_accesses_ = 0; } in ClearIgnoreBit() function
H A Dtsan_rtl.cpp1046 thr->fast_state.ClearIgnoreBit(); in ThreadIgnoreEnd()
H A Dtsan_interceptors_posix.cpp2007 thr->fast_state.ClearIgnoreBit(); in CallUserSignalHandler()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_shadow.h60 void ClearIgnoreBit() { x_ &= ~kIgnoreBit; } in ClearIgnoreBit() function
H A Dtsan_rtl_access.cpp494 s.ClearIgnoreBit(); in MemoryRangeFreed()
507 s.ClearIgnoreBit(); in MemoryRangeImitateWrite()
H A Dtsan_rtl.cpp743 thr->fast_state.ClearIgnoreBit(); in ThreadIgnoreEnd()
H A Dtsan_interceptors_posix.cpp2003 thr->fast_state.ClearIgnoreBit(); in CallUserSignalHandler()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp42 fs.ClearIgnoreBit(); in TEST()