Searched refs:remote_state_mu_ (Results 1 – 2 of 2) sorted by relevance
661 std::vector<string> GetRemoteContexts() TF_LOCKS_EXCLUDED(remote_state_mu_);662 bool IsRemoteContextsEmpty() TF_LOCKS_EXCLUDED(remote_state_mu_);685 mutable mutex remote_state_mu_; variable687 uint64 context_id_ TF_GUARDED_BY(remote_state_mu_);691 uint64 context_view_id_ TF_GUARDED_BY(remote_state_mu_);692 std::vector<string> remote_contexts_ TF_GUARDED_BY(remote_state_mu_);694 TF_GUARDED_BY(remote_state_mu_);696 int keep_alive_secs_ TF_GUARDED_BY(remote_state_mu_);706 bool is_master_ TF_GUARDED_BY(remote_state_mu_);710 cluster_device_filters_ TF_GUARDED_BY(remote_state_mu_);
413 tf_shared_lock l(remote_state_mu_); in GetRemoteContexts()418 tf_shared_lock l(remote_state_mu_); in IsRemoteContextsEmpty()427 mutex_lock l(remote_state_mu_); in CloseAndClearAllRemoteContexts()494 mutex_lock l(remote_state_mu_); in WaitForAndCloseRemoteContexts()1007 tf_shared_lock l(remote_state_mu_); in GetClient()1033 tf_shared_lock l(remote_state_mu_); in GetClient()1049 tf_shared_lock l(remote_state_mu_); in GetContextId()1054 tf_shared_lock l(remote_state_mu_); in GetContextViewId()1059 mutex_lock l(remote_state_mu_); in IncrementContextViewId()1154 mutex_lock l(remote_state_mu_); in SetRemoteDeviceFilters()[all …]