Searched defs:PerThread (Results 1 – 3 of 3) sorted by relevance
216 struct PerThread { struct217 constexpr PerThread() : pool(nullptr), thread_id(-1) {} in PerThread() function218 RunHandlerThreadPool* pool; // Parent pool, or null for normal threads.219 int thread_id; // Worker thread index in pool.
217 struct PerThread { struct218 constexpr PerThread() : pool(NULL), rand(0), thread_id(-1) {} in PerThread() function219 ThreadPoolTempl* pool; // Parent pool, or null for normal threads.220 uint64_t rand; // Random generator state.221 int thread_id; // Worker thread index in pool.224 char pad_[128];
313 struct PerThread { struct314 constexpr PerThread() : pool(nullptr), thread_id(-1) {} in PerThread() argument338 PerThread* GetPerThread(); argument