Home
last modified time | relevance | path

Searched defs:PerThread (Results 1 – 3 of 3) 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() function
136 PerThread* pt = GetPerThread(); in WorkerLoop() argument
/external/tensorflow/tensorflow/core/framework/
Drun_handler.h216 struct PerThread { struct
217 constexpr PerThread() : pool(nullptr), thread_id(-1) {} in PerThread() argument
218 RunHandlerThreadPool* pool; // Parent pool, or null for normal threads.
219 int thread_id; // Worker thread index in pool.