Searched refs:thread_pool_mu_ (Results 1 – 2 of 2) sorted by relevance
79 mutex_lock l(thread_pool_mu_); in ~UnboundedThreadPool()95 tf_shared_lock l(thread_pool_mu_); in size()122 mutex_lock l(thread_pool_mu_); in RunOnPooledThread()
70 mutex thread_pool_mu_; variable71 std::vector<std::unique_ptr<Thread>> thread_pool_ GUARDED_BY(thread_pool_mu_);