~pali/llvm/compiler-rt-trunk

Viewing all changes in revision 10207.

  • Committer: dvyukov
  • Date: 2018-06-22 08:27:52 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:compiler-rt/trunk:335322
tsan: fix deficiency in MutexReadOrWriteUnlock

MutexUnlock uses ReleaseStore on s->clock, which is the right thing to do.
However MutexReadOrWriteUnlock for writers uses Release on s->clock.
Make MutexReadOrWriteUnlock also use ReleaseStore for consistency and performance.
Unfortunately, I don't think any test can detect this as this only potentially
affects performance.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: