Home
last modified time | relevance | path

Searched refs:GetPerThread (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DNonBlockingThreadPool.h76 PerThread* pt = GetPerThread(); in Schedule()
106 const_cast<NonBlockingThreadPoolTempl*>(this)->GetPerThread(); in CurrentThreadId()
136 PerThread* pt = GetPerThread(); in WorkerLoop()
174 PerThread* pt = GetPerThread(); in Steal()
238 PerThread* pt = GetPerThread(); in NonEmptyQueueIndex()
255 static EIGEN_STRONG_INLINE PerThread* GetPerThread() { in GetPerThread() function
DSimpleThreadPool.h77 const PerThread* pt = this->GetPerThread(); in CurrentThreadId()
88 PerThread* pt = GetPerThread(); in WorkerLoop()
144 PerThread* GetPerThread() const { in GetPerThread() function