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

References

projects/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
  508     MutexReadUnlock(thr, pc, (uptr)m);
  508     MutexReadUnlock(thr, pc, (uptr)m);
  510     ret = MutexUnlock(thr, pc, (uptr)m, flagz);
  510     ret = MutexUnlock(thr, pc, (uptr)m, flagz);
  512   ThreadIgnoreBegin(thr, pc, /*save_stack=*/false);
  512   ThreadIgnoreBegin(thr, pc, /*save_stack=*/false);
  513   ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);
  513   ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);