Searched refs:gc_thread_ (Results 1 – 3 of 3) sorted by relevance
42 gc_thread_.reset( in EagerServiceImpl()73 gc_thread_.reset(); in ~EagerServiceImpl()205 std::unique_ptr<Thread> gc_thread_; variable
75 gc_thread_ = env_->env->StartThread(ThreadOptions(), "TF_master_GC", in Master()78 gc_thread_ = nullptr; in Master()83 if (gc_thread_) { in ~Master()87 delete gc_thread_; in ~Master()
84 Thread* gc_thread_; variable