Go to the documentation of this file.
10 #ifndef EIGEN_THREADPOOL_MODULE_H
11 #define EIGEN_THREADPOOL_MODULE_H
34 #include <condition_variable>
49 #include <unordered_map>
55 #define EIGEN_MUTEX std::mutex
57 #ifndef EIGEN_MUTEX_LOCK
58 #define EIGEN_MUTEX_LOCK std::unique_lock<std::mutex>
61 #define EIGEN_CONDVAR std::condition_variable