reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h
   96   void acquire(Handle *h);
   97   void release(Handle *h);
  166 void AddrHashMap<T, kSize>::acquire(Handle *h) {
  295 void AddrHashMap<T, kSize>::release(Handle *h) {
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
  332   MetadataHashMap::Handle h(interceptor_metadata_map, (uptr)addr);
  340   MetadataHashMap::Handle h(interceptor_metadata_map, (uptr)addr,
  353   MetadataHashMap::Handle h(interceptor_metadata_map, (uptr)addr, true);
projects/compiler-rt/lib/tsan/dd/dd_rtl.cpp
  116     MutexHashMap::Handle h(&ctx->mutex_map, m);
  129     MutexHashMap::Handle h(&ctx->mutex_map, m);
  142     MutexHashMap::Handle h(&ctx->mutex_map, m);
  152   MutexHashMap::Handle h(&ctx->mutex_map, m, true);
projects/compiler-rt/lib/xray/xray_interface.cpp
  422   TypeDescriptorMapType::Handle h(&TypeDescriptorAddressMap, (uptr)event_type);