Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.h124 void EnableInThisThread();
129 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler()
Dlsan_common.cc38 void EnableInThisThread() { in EnableInThisThread() function
658 void EnableInThisThread() { } in EnableInThisThread() function
732 __lsan::EnableInThisThread(); in __lsan_enable()