aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_non_blocking_thread_pool.cpp
Commit message (Expand)AuthorAge
* Introduce a portable EIGEN_SLEEP macro.Gravatar Benoit Steiner2016-12-09
* Reworked the threadpool cancellation mechanism to not depend on pthread_cance...Gravatar Benoit Steiner2016-12-09
* Added a message to ease the detection of platforms on which thread cancellati...Gravatar Benoit Steiner2016-12-08
* 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 TensorDev...Gravatar Rasmus Munk Larsen2016-06-03
* Fixed potential race condition in the non blocking thread poolGravatar Benoit Steiner2016-05-12
* Added a test to validate the new non blocking thread poolGravatar Benoit Steiner2016-05-10