aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_non_blocking_thread_pool.cpp
Commit message (Expand)AuthorAge
* Clean up the Tensor header and get rid of the EIGEN_SLEEP macro.Gravatar Rasmus Munk Larsen2020-12-02
* Collapsed revisionGravatar Ravi Kiran2018-09-17
* Account for missing change on commit "Remove SimpleThreadPool and..."Gravatar Gustavo Lima Chaves2018-07-23
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Make the non-blocking threadpool more flexible and less wasteful of CPU cycle...Gravatar Rasmus Munk Larsen2017-03-09
* 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