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
ad4a08fb68ecd3afde93e4714687e96164db704b
eigen
/
unsupported
/
Eigen
/
CXX11
/
src
/
ThreadPool
History
Christoph Hertzberg
a709c8efb4
Replace pointers by values or unique_ptr for better leak-safety
2018-08-23 19:41:59 +02:00
..
EventCount.h
Fix typos found using codespell
2018-06-07 14:43:02 +02:00
NonBlockingThreadPool.h
Replace pointers by values or unique_ptr for better leak-safety
2018-08-23 19:41:59 +02:00
RunQueue.h
Fix typos found using codespell
2018-06-07 14:43:02 +02: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
Implemented a more portable version of thread local variables
2016-04-19 15:56:02 -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