summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-06-22 08:27:52 +0000
committerDmitry Vyukov <dvyukov@google.com>2018-06-22 08:27:52 +0000
commitac5fa6605c8ee539bf61075b5851d87bca413c4c (patch)
tree7b887f9e20133c80dd0295683fcf967208e167e6 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py
parent032db94ac9eac2d18d1889672853e7e69b639c4d (diff)
downloadbcm5719-llvm-ac5fa6605c8ee539bf61075b5851d87bca413c4c.tar.gz
bcm5719-llvm-ac5fa6605c8ee539bf61075b5851d87bca413c4c.zip
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. llvm-svn: 335322
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud