HomeSort by relevance Sort by last modified time
    Searched refs:DisableInThisThread (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common.h 123 void DisableInThisThread();
128 ScopedInterceptorDisabler() { DisableInThisThread(); }
lsan_common.cc 37 void DisableInThisThread() { disable_counter++; }
657 void DisableInThisThread() { }
725 __lsan::DisableInThisThread();

Completed in 53 milliseconds