Francis Ricci
7ddfe8ef75
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.
This also moves TaskPool from Utility to Host.
Reviewers: labath, tberghammer, clayborg
Subscribers: lldb-commits
Differential Revision: https://reviews.llvm.org/D37930
llvm-svn: 313637
2017-09-19 15:38:30 +00:00
..
2017-02-01 19:45:14 +00:00
2016-09-06 20:57:50 +00:00
2017-02-01 19:45:14 +00:00
2016-09-06 20:57:50 +00:00
2017-04-06 18:12:24 +00:00
2017-09-19 15:38:30 +00:00
2017-06-27 10:33:14 +00:00
2017-04-28 12:08:28 +00:00
2017-03-04 01:30:05 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-03-06 18:34:25 +00:00
2017-06-27 10:33:14 +00:00
2017-08-22 18:36:12 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-02-20 11:35:33 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-05-12 04:51:55 +00:00
2016-09-06 20:57:50 +00:00
2017-06-15 11:23:26 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-05-26 11:46:27 +00:00
2017-07-21 20:20:25 +00:00
2017-07-12 11:15:34 +00:00
2017-04-19 18:18:25 +00:00
2017-04-06 18:12:24 +00:00
2017-06-27 10:45:31 +00:00
2017-04-06 18:12:24 +00:00
2017-06-29 14:32:17 +00:00
2017-07-24 16:47:04 +00:00
2017-03-06 18:34:25 +00:00
2017-09-03 20:53:24 +00:00
2013-04-17 19:24:22 +00:00
2017-04-06 18:12:24 +00:00
2017-06-09 21:01:55 +00:00