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
  102         SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask);
  105         sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask);
  191     SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask);
  219       SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask);
  223           sync_alloc_.Free(&thr->proc()->sync_cache, myidx);
  242       myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache);
  243       mys = sync_alloc_.Map(myidx);
  284       SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask);
  293   sync_alloc_.FlushCache(&proc->sync_cache);