Searched refs:thread_pool_ (Results 1 – 2 of 2) sorted by relevance
64 ThreadPool thread_pool_; variable
42 const ThreadPool& Ctx::thread_pool() const { return impl().thread_pool_; } in thread_pool()43 ThreadPool* Ctx::mutable_thread_pool() { return &mutable_impl()->thread_pool_; } in mutable_thread_pool()
Completed in 4 milliseconds