Home
last modified time | relevance | path

Searched refs:EIGEN_THREAD_LOCAL (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DThreadLocal.h15 #define EIGEN_THREAD_LOCAL static __thread macro
17 #define EIGEN_THREAD_LOCAL static __thread macro
19 #define EIGEN_THREAD_LOCAL static thread_local macro
DSimpleThreadPool.h145 EIGEN_THREAD_LOCAL PerThread per_thread; in GetPerThread()
DNonBlockingThreadPool.h256 EIGEN_THREAD_LOCAL PerThread per_thread_; in GetPerThread()