aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/ThreadPool/SimpleThreadPool.h
Commit message (Collapse)AuthorAge
* Don't call EnvThread::OnCancel by default since it doesn't do anything.Gravatar Benoit Steiner2016-12-14
|
* Reworked the threadpool cancellation mechanism to not depend on ↵Gravatar Benoit Steiner2016-12-09
| | | | pthread_cancel since it turns out that pthread_cancel doesn't work properly on numerous platforms.
* Added support for thread cancellation on LinuxGravatar Benoit Steiner2016-12-08
|
* Return -1 from CurrentThreadId when called by thread outside the pool.Gravatar Rasmus Munk Larsen2016-06-23
|
* size_t -> intGravatar Rasmus Munk Larsen2016-06-03
|
* Add CurrentThreadId and NumThreads methods to Eigen threadpools and ↵Gravatar Rasmus Munk Larsen2016-06-03
| | | | TensorDeviceThreadPool.
* Added a more scalable non blocking thread poolGravatar Benoit Steiner2016-04-14