Searched refs:thread_pool_mu_ (Results 1 – 2 of 2) sorted by relevance
61 mutex thread_pool_mu_; variable63 TF_GUARDED_BY(thread_pool_mu_);
44 mutex_lock l(thread_pool_mu_); in ~UnboundedWorkQueue()70 mutex_lock l(thread_pool_mu_); in Schedule()