summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2016-09-04 09:55:12 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2016-09-04 09:55:12 +0000
commit224264ade0674f8ce120432614abfd880323f105 (patch)
tree3f61523a69c3dab582196d1c5a887ee392262a95 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
parentccd44939ef93dae2822fbfc6ff6eb3d2376ad2f2 (diff)
downloadbcm5719-llvm-224264ade0674f8ce120432614abfd880323f105.tar.gz
bcm5719-llvm-224264ade0674f8ce120432614abfd880323f105.zip
[libcxx] Fix a data race in call_once
call_once is using relaxed atomic load to perform double-checked locking, which contains a data race. The fast-path load has to be an acquire atomic load. Differential Revision: https://reviews.llvm.org/D24028 llvm-svn: 280621
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud