diff options
author | Benoit Steiner <benoit.steiner.goog@gmail.com> | 2016-12-08 08:12:49 -0800 |
---|---|---|
committer | Benoit Steiner <benoit.steiner.goog@gmail.com> | 2016-12-08 08:12:49 -0800 |
commit | 7bfff85355215a4702d4d42b1f3bfbfc08977372 (patch) | |
tree | 8698dff508476a28aece2f17fd5793407b987a15 /unsupported/Eigen/CXX11/ThreadPool | |
parent | 6811e6cf492731b3e1504bfa42237f909c93d129 (diff) |
Added support for thread cancellation on Linux
Diffstat (limited to 'unsupported/Eigen/CXX11/ThreadPool')
-rw-r--r-- | unsupported/Eigen/CXX11/ThreadPool | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unsupported/Eigen/CXX11/ThreadPool b/unsupported/Eigen/CXX11/ThreadPool index 09d637e9a..141372f63 100644 --- a/unsupported/Eigen/CXX11/ThreadPool +++ b/unsupported/Eigen/CXX11/ThreadPool @@ -50,6 +50,7 @@ #include "src/ThreadPool/ThreadLocal.h" #include "src/ThreadPool/ThreadYield.h" +#include "src/ThreadPool/ThreadCancel.h" #include "src/ThreadPool/EventCount.h" #include "src/ThreadPool/RunQueue.h" #include "src/ThreadPool/ThreadPoolInterface.h" |