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.h700 mutex keep_alive_thread_shutdown_mu_; variable
702 bool shutting_down_ TF_GUARDED_BY(keep_alive_thread_shutdown_mu_) = false;
Dcontext.cc483 mutex_lock l(keep_alive_thread_shutdown_mu_); in WaitForAndCloseRemoteContexts()
553 mutex_lock l(keep_alive_thread_shutdown_mu_); in ~EagerContext()
1367 mutex_lock l(keep_alive_thread_shutdown_mu_); in SetMasterContextState()