HomeSort by: relevance | last modified time | path
    Searched refs:ForceLock (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 182 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
184 void ForceLock() {
185 primary_.ForceLock();
186 secondary_.ForceLock();
sanitizer_allocator_secondary.h 264 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
266 void ForceLock() {
sanitizer_allocator_primary32.h 227 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
229 void ForceLock() {
sanitizer_allocator_primary64.h 277 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
279 void ForceLock() {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 324 allocator.ForceLock();
782 void ForceLock() {
783 allocator.ForceLock();
970 instance.ForceLock();
986 __asan::get_allocator().ForceLock();
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 218 allocator.ForceLock();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 936 a->ForceLock();
981 a.ForceLock();
1009 a.ForceLock();

Completed in 40 milliseconds