Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool.cc102 bool all_threads_busy; in RunOnPooledThread() local
111 all_threads_busy = work_queue_.size() > num_idle_threads_; in RunOnPooledThread()
114 if (all_threads_busy) { in RunOnPooledThread()