Home
last modified time | relevance | path

Searched defs:PerThread (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DSimpleThreadPool.h130 struct PerThread { struct
131 constexpr PerThread() : pool(NULL), thread_id(-1) { } in PerThread() function
144 PerThread* GetPerThread() const { in GetPerThread() argument
DNonBlockingThreadPool.h117 struct PerThread { struct
118 constexpr PerThread() : pool(NULL), rand(0), thread_id(-1) { } in PerThread() argument
136 PerThread* pt = GetPerThread(); in WorkerLoop() argument