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

  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 125 allocator.ForceLock();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 434 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
436 void ForceLock() {
787 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
789 void ForceLock() {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 683 a->ForceLock();
721 a.ForceLock();
749 a.ForceLock();
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 663 allocator.ForceLock();
677 __asan::allocator.ForceLock();

Completed in 231 milliseconds