Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h37 void ClearIgnoreBit() { part_.ignore_accesses_ = 0; } in ClearIgnoreBit() function
H A Dtsan_rtl.cpp1056 thr->fast_state.ClearIgnoreBit(); in ThreadIgnoreEnd()
H A Dtsan_interceptors_posix.cpp2127 thr->fast_state.ClearIgnoreBit(); in CallUserSignalHandler()
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp47 fs.ClearIgnoreBit(); in TEST()