aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-11-11 20:37:05 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-11-12 12:58:49 +0100
commite91595bf948a23bb44a47854321aa80307a48fd1 (patch)
tree91f7a875b06fa534d7d9fbcd171c8dc52ba99c59 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
parentaa3731806723a2a12914aecda2af6e40e1903702 (diff)
downloadllvm-e91595bf948a23bb44a47854321aa80307a48fd1.zip
llvm-e91595bf948a23bb44a47854321aa80307a48fd1.tar.gz
llvm-e91595bf948a23bb44a47854321aa80307a48fd1.tar.bz2
tsan: don't start background thread after clone
Start the background thread only after fork, but not after clone. For fork we did this always and it's known to work (or user code has adopted). But if we do this for the new clone interceptor some code (sandbox2) fails. So model we used to do for years and don't start the background thread after clone. Reviewed By: melver Differential Revision: https://reviews.llvm.org/D113744
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions