This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6cedc5a9b38d6ddda69d532b28dff9ee5c2d1c04
eigen
/
unsupported
/
Eigen
/
CXX11
/
src
/
ThreadPool
History
Rasmus Munk Larsen
6cedc5a9b3
rename mu.
2018-08-23 12:11:58 -07:00
..
Barrier.h
Use plain_assert in destructors to avoid throwing in CXX11 tests where main.h owerwrites eigen_assert with a throwing version.
2018-08-14 12:17:46 -07:00
EventCount.h
Use plain_assert in destructors to avoid throwing in CXX11 tests where main.h owerwrites eigen_assert with a throwing version.
2018-08-14 12:17:46 -07:00
NonBlockingThreadPool.h
rename mu.
2018-08-23 12:11:58 -07:00
RunQueue.h
Use plain_assert in destructors to avoid throwing in CXX11 tests where main.h owerwrites eigen_assert with a throwing version.
2018-08-14 12:17:46 -07:00
ThreadCancel.h
Added support for thread cancellation on Linux
2016-12-08 08:12:49 -08:00
ThreadEnvironment.h
Reworked the threadpool cancellation mechanism to not depend on pthread_cancel since it turns out that pthread_cancel doesn't work properly on numerous platforms.
2016-12-09 13:05:14 -08:00
ThreadLocal.h
Add support for thread local support on platforms that do not support it through emulation using a hash map.
2018-08-13 15:31:23 -07:00
ThreadPoolInterface.h
Made ThreadPoolInterface::Cancel() an optional functionality
2016-12-12 11:58:38 -08:00
ThreadYield.h
Started to implement a portable way to yield.
2016-04-19 17:59:58 -07:00