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.h587 mutex keep_alive_thread_shutdown_mu_; variable
589 bool shutting_down_ GUARDED_BY(keep_alive_thread_shutdown_mu_) = false;
Dcontext.cc372 mutex_lock l(keep_alive_thread_shutdown_mu_); in WaitForAndCloseRemoteContexts()
429 mutex_lock l(keep_alive_thread_shutdown_mu_); in ~EagerContext()
1080 mutex_lock l(keep_alive_thread_shutdown_mu_); in SetMasterContextState()