aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorFrancis Ricci <francisjricci@gmail.com>2017-09-18 15:18:48 +0000
committerFrancis Ricci <francisjricci@gmail.com>2017-09-18 15:18:48 +0000
commit52ca3286fbf9554b4b2e97c4766138b060e53929 (patch)
tree669242ca953a93de42547cfbf36db66c3e9ad472 /lldb/source/Commands/CommandObjectThread.cpp
parent85dcce4d15ff5cf3b5f5099ab39b24214431d935 (diff)
downloadllvm-52ca3286fbf9554b4b2e97c4766138b060e53929.zip
llvm-52ca3286fbf9554b4b2e97c4766138b060e53929.tar.gz
llvm-52ca3286fbf9554b4b2e97c4766138b060e53929.tar.bz2
Use ThreadLauncher to launch TaskPool threads
Summary: This allows for the stack size to be configured, which isn't possible with std::thread. Prevents overflowing the stack when performing complex operations in the task pool on darwin, where the default pthread stack size is only 512kb. Reviewers: labath, tberghammer, clayborg Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D37930 llvm-svn: 313537
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions