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

  /external/compiler-rt/lib/asan/
asan_allocator.cc 638 void ForceLock() {
639 allocator.ForceLock();
772 instance.ForceLock();
788 __asan::get_allocator().ForceLock();
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 138 allocator.ForceLock();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 438 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
440 void ForceLock() {
792 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
794 void ForceLock() {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 683 a->ForceLock();
721 a.ForceLock();
749 a.ForceLock();

Completed in 383 milliseconds