Searched refs:PerThread (Results 1 – 2 of 2) sorted by relevance
76 PerThread* pt = GetPerThread(); in Schedule()105 const PerThread* pt = in CurrentThreadId()117 struct PerThread { struct118 constexpr PerThread() : pool(NULL), rand(0), thread_id(-1) { } in PerThread() argument136 PerThread* pt = GetPerThread(); in WorkerLoop() argument174 PerThread* pt = GetPerThread(); in Steal()238 PerThread* pt = GetPerThread(); in NonEmptyQueueIndex()255 static EIGEN_STRONG_INLINE PerThread* GetPerThread() { in GetPerThread()256 EIGEN_THREAD_LOCAL PerThread per_thread_; in GetPerThread()257 PerThread* pt = &per_thread_; in GetPerThread()
77 const PerThread* pt = this->GetPerThread(); in CurrentThreadId()88 PerThread* pt = GetPerThread(); in WorkerLoop()130 struct PerThread { struct131 constexpr PerThread() : pool(NULL), thread_id(-1) { } in PerThread() function144 PerThread* GetPerThread() const { in GetPerThread() argument145 EIGEN_THREAD_LOCAL PerThread per_thread; in GetPerThread()