summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-10-23 19:29:36 +0000
committerMartin Storsjo <martin@martin.st>2017-10-23 19:29:36 +0000
commited4a317c556fc5104d71a78b2ae2bb955785759f (patch)
tree798743c8fc49454b8ec5ca7eb6b0f5e48db03803 /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
parent273678823b84faaaa7c9a7199f1a677d20748302 (diff)
downloadbcm5719-llvm-ed4a317c556fc5104d71a78b2ae2bb955785759f.tar.gz
bcm5719-llvm-ed4a317c556fc5104d71a78b2ae2bb955785759f.zip
Abstract rwlocks into a class, provide a SRW lock implementation for windows
This requires _WIN32_WINNT >= 0x0600. If someone wants to spend effort on supporting earlier versions, one can easily add another fallback implementation based on critical sections, or try to load SRW lock functions dynamically. This makes sure that the FDE cache is thread safe on windows. Differential Revision: https://reviews.llvm.org/D38704 llvm-svn: 316364
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud