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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 422 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
424 void ForceLock() {
438 // The caller is expected to call ForceLock() before calling this function.
688 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
690 void ForceLock() {
704 // The caller is expected to call ForceLock() before calling this function.
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 299 void ForceLock() {
780 malloc_info.ForceLock();
asan_allocator2.cc 660 allocator.ForceLock();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 609 a->ForceLock();
649 a.ForceLock();

Completed in 43 milliseconds