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 648 void ForceLock() {
649 allocator.ForceLock();
788 instance.ForceLock();
804 __asan::get_allocator().ForceLock();
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 140 allocator.ForceLock();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 453 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
455 void ForceLock() {
816 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
818 void ForceLock() {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 691 a->ForceLock();
729 a.ForceLock();
757 a.ForceLock();

Completed in 1223 milliseconds