aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h
Commit message (Expand)AuthorAge
* A) fix deadlocks in thread pool caused by EventCountGravatar Rasmus Munk Larsen2019-05-08
* Add an extra check for the RunQueue size estimateGravatar Eugene Zhulenev2019-03-05
* Fix signed-unsigned return in RuqQueueGravatar Eugene Zhulenev2019-02-14
* Fix signed-unsigned comparison warning in RunQueueGravatar Eugene Zhulenev2019-02-14
* Speedup Tensor ThreadPool RunQueu::Empty()Gravatar Eugene Zhulenev2019-02-13
* A few small fixes to a) prevent throwing in ctors and dtors of the threading ...Gravatar Rasmus Munk Larsen2018-11-09
* Use plain_assert in destructors to avoid throwing in CXX11 tests where main.h...Gravatar Rasmus Munk Larsen2018-08-14
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Added a Flush method to the RunQueueGravatar Benoit Steiner2016-12-08
* Explicitely initialize all the atomic variables.Gravatar Benoit Steiner2016-05-11
* Optimized the non blocking thread pool:Gravatar Benoit Steiner2016-05-09
* Fixed several compilation warningsGravatar Benoit Steiner2016-04-21
* Added a more scalable non blocking thread poolGravatar Benoit Steiner2016-04-14