Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h336 mutex keep_alive_thread_shutdown_mu_; variable
338 bool shutting_down_ GUARDED_BY(keep_alive_thread_shutdown_mu_) = false;
Dcontext.cc208 mutex_lock l(keep_alive_thread_shutdown_mu_); in ~EagerContext()
520 mutex_lock l(keep_alive_thread_shutdown_mu_); in InitializeRemote()