Searched defs:PerThread (Results 1 – 2 of 2) 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() argument136 PerThread* pt = GetPerThread(); in WorkerLoop() argument