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
bfd7bf9c5b4ebc932a339200bb4a455eadcf6d28
eigen
/
unsupported
/
Eigen
/
CXX11
/
src
/
ThreadPool
History
Rasmus Munk Larsen
bfd7bf9c5b
Get rid of Init().
2017-03-10 08:48:20 -08:00
..
EventCount.h
Use MaxSizeVector instead of std::vector: xcode sometimes assumes that 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.
2016-09-02 19:25:47 -07:00
NonBlockingThreadPool.h
Get rid of Init().
2017-03-10 08:48:20 -08:00
RunQueue.h
Added a Flush method to the RunQueue
2016-12-08 14:07:56 -08:00
SimpleThreadPool.h
Don't call EnvThread::OnCancel by default since it doesn't do anything.
2016-12-14 18:33:39 -08: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