Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_common.h281 void EnableInThisThread();
286 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler()
HDlsan_common_linux.cpp46 void EnableInThisThread() { in EnableInThisThread() function
HDlsan_common_fuchsia.cpp38 void EnableInThisThread() { in EnableInThisThread() function
HDlsan_common_mac.cpp96 void EnableInThisThread() { in EnableInThisThread() function
HDlsan_common.cpp998 void EnableInThisThread() {} in EnableInThisThread() function
1073 __lsan::EnableInThisThread(); in __lsan_enable()