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

References

projects/compiler-rt/lib/tsan/rtl/tsan_fd.cpp
   99   if (d->sync) {
  100     unref(thr, pc, d->sync);
  101     d->sync = 0;
  106     d->sync = s;
  109     d->sync = &fdctx.globsync;
  111   d->creation_tid = thr->tid;
  112   d->creation_stack = CurrentStackId(thr, pc);
  115     MemoryRangeImitateWrite(thr, pc, (uptr)d, 8);
  118     MemoryRead(thr, pc, (uptr)d, kSizeLog8);