aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h
Commit message (Expand)AuthorAge
* Update ThreadLocal to use separate Initialize/Release callablesGravatar Eugene Zhulenev2019-09-10
* ThreadLocal container that does not rely on thread local storageGravatar Eugene Zhulenev2019-09-09
* Add macro EIGEN_AVOID_THREAD_LOCAL to make it possible to manually disable th...Gravatar Rasmus Munk Larsen2019-03-06
* MSVC 2015 supports c++11 thread-local-storageGravatar Gael Guennebaud2018-09-13
* Address comments about EIGEN_THREAD_LOCAL.Gravatar Rasmus Munk Larsen2018-08-24
* Don't rely on __had_feature for g++.Gravatar Rasmus Munk Larsen2018-08-23
* Add support for thread local support on platforms that do not support it thro...Gravatar Rasmus Munk Larsen2018-08-13
* Implemented a more portable version of thread local variablesGravatar Benoit Steiner2016-04-19