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

References

projects/compiler-rt/lib/tsan/rtl/tsan_sync.cpp
   98         block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask);
  102         SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask);
  105         sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask);
  189       return block_alloc_.Map(idx & ~kFlagMask);
  191     SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask);
  219       SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask);
  284       SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask);