HomeSort by: relevance | last modified time | path
    Searched defs:ForceLock (Results 1 - 5 of 5) 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();

Completed in 16 milliseconds