HomeSort by: relevance | last modified time | path
    Searched defs:ForceUnlock (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
189 void ForceUnlock() {
190 secondary_.ForceUnlock();
191 primary_.ForceUnlock();
sanitizer_allocator_secondary.h 264 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
270 void ForceUnlock() {
sanitizer_allocator_primary32.h 227 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
235 void ForceUnlock() {
sanitizer_allocator_primary64.h 277 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
285 void ForceUnlock() {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 330 allocator.ForceUnlock();
787 void ForceUnlock() {
789 allocator.ForceUnlock();
974 instance.ForceUnlock();
990 __asan::get_allocator().ForceUnlock();

Completed in 16 milliseconds