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.cpp1601 class ScopedClearThreadLocalState { class
1603 ScopedClearThreadLocalState() {} in ScopedClearThreadLocalState() function in ScopedClearThreadLocalState
1604 ~ScopedClearThreadLocalState() { dfsan_clear_thread_local_state(); } in ~ScopedClearThreadLocalState()
1613 ScopedClearThreadLocalState scoped_clear_tls; in SignalHandler()
1626 ScopedClearThreadLocalState scoped_clear_tls; in SignalAction()