HomeSort by relevance Sort by last modified time
    Searched defs:ForceLock (Results 1 - 2 of 2) 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/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...]

Completed in 512 milliseconds