Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_shadow_test.cc35 s.SetIgnoreBit(); in TEST()
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_shadow_test.cpp34 s.SetIgnoreBit(); in TEST()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc370 dead_thread_state->fast_state.SetIgnoreBit(); in cur_thread()
Dtsan_rtl.h131 void SetIgnoreBit() { x_ |= kIgnoreBit; } in SetIgnoreBit() function
Dtsan_rtl.cc968 thr->fast_state.SetIgnoreBit(); in ThreadIgnoreBegin()
Dtsan_interceptors.cc1802 thr->fast_state.SetIgnoreBit(); in CallUserSignalHandler()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cpp483 dead_thread_state->fast_state.SetIgnoreBit(); in cur_thread()
Dtsan_rtl.h138 void SetIgnoreBit() { x_ |= kIgnoreBit; } in SetIgnoreBit() function
Dtsan_rtl.cpp1063 thr->fast_state.SetIgnoreBit(); in ThreadIgnoreBegin()
Dtsan_interceptors_posix.cpp1964 thr->fast_state.SetIgnoreBit(); in CallUserSignalHandler()