This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-10-14 00:51:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
unsupported
/
Eigen
/
CXX11
/
src
/
ThreadPool
History
Benoit Steiner
eb6ba00cc8
Properly size the list of waiters
2016-09-12 10:31:55 -07: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
Properly size the list of waiters
2016-09-12 10:31:55 -07:00
RunQueue.h
Explicitely initialize all the atomic variables.
2016-05-11 10:04:41 -07:00
SimpleThreadPool.h
Return -1 from CurrentThreadId when called by thread outside the pool.
2016-06-23 16:40:07 -07:00
ThreadEnvironment.h
Avoid unecessary object copies
2016-08-01 17:03:39 -07:00
ThreadLocal.h
Implemented a more portable version of thread local variables
2016-04-19 15:56:02 -07:00
ThreadPoolInterface.h
Return -1 from CurrentThreadId when called by thread outside the pool.
2016-06-23 16:40:07 -07:00
ThreadYield.h
Started to implement a portable way to yield.
2016-04-19 17:59:58 -07:00