Home
last modified time | relevance | path

Searched refs:thread_pool_mu_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool.cc79 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()
Dunbounded_thread_pool.h70 mutex thread_pool_mu_; variable
71 std::vector<std::unique_ptr<Thread>> thread_pool_ GUARDED_BY(thread_pool_mu_);