Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1598 class ScopedClearThreadLocalState { class
1600 ScopedClearThreadLocalState() {} in ScopedClearThreadLocalState() function in ScopedClearThreadLocalState
1601 ~ScopedClearThreadLocalState() { dfsan_clear_thread_local_state(); } in ~ScopedClearThreadLocalState()
1610 ScopedClearThreadLocalState scoped_clear_tls; in SignalHandler()
1623 ScopedClearThreadLocalState scoped_clear_tls; in SignalAction()