Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h47 gc_thread_cv_.wait_for(l, std::chrono::seconds(1)); in EagerServiceImpl()
71 gc_thread_cv_.notify_all(); in ~EagerServiceImpl()
207 condition_variable gc_thread_cv_; variable