aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h
Commit message (Collapse)AuthorAge
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|
* Use MaxSizeVector instead of std::vector: xcode sometimes assumes that ↵Gravatar Benoit Steiner2016-09-02
| | | | std::vector allocates aligned memory and therefore issues aligned instruction to initialize it. This can result in random crashes when compiling with AVX instructions enabled.
* Align the first element of the Waiter struct instead of padding it. This ↵Gravatar Benoit Steiner2016-06-02
| | | | reduces its memory footprint a bit while achieving the goal of preventing false sharing
* Started to implement a portable way to yield.Gravatar Benoit Steiner2016-04-19
|
* Added a more scalable non blocking thread poolGravatar Benoit Steiner2016-04-14