| #ifndef THIRD_PARTY_EIGEN3_GOOGLE_THREADS_POOL_H_ | |
| #define THIRD_PARTY_EIGEN3_GOOGLE_THREADS_POOL_H_ | |
| #include "third_party/eigen3/Eigen/ThreadPool" | |
| #include "third_party/eigen3/google_threads/env.h" | |
| namespace Eigen { | |
| using GoogleThreadPool = ThreadPoolTempl<GoogleThreadEnvironment>; | |
| using GoogleFiberPool = ThreadPoolTempl<GoogleFiberEnvironment>; | |
| } // namespace Eigen | |
| #endif // THIRD_PARTY_EIGEN3_GOOGLE_THREADS_POOL_H_ |