Searched defs:PerThread (Results 1 – 3 of 3) sorted by relevance
130 struct PerThread { struct131 constexpr PerThread() : pool(NULL), thread_id(-1) { } in PerThread() function144 PerThread* GetPerThread() const { in GetPerThread() argument
117 struct PerThread { struct118 constexpr PerThread() : pool(NULL), rand(0), thread_id(-1) { } in PerThread() function136 PerThread* pt = GetPerThread(); in WorkerLoop() argument
216 struct PerThread { struct217 constexpr PerThread() : pool(nullptr), thread_id(-1) {} in PerThread() argument218 RunHandlerThreadPool* pool; // Parent pool, or null for normal threads.219 int thread_id; // Worker thread index in pool.