Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dchannel_tracker.h71 TF_EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_);
74 TF_EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_);
77 TF_EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_);
80 tensorflow::mutex channel_mutex_; variable
83 int64 next_channel_ TF_GUARDED_BY(channel_mutex_);
88 TF_GUARDED_BY(channel_mutex_);
Dchannel_tracker.cc41 tensorflow::mutex_lock lock(channel_mutex_); in NewChannel()
57 tensorflow::mutex_lock lock(channel_mutex_); in RegisterSend()
62 tensorflow::mutex_lock lock(channel_mutex_); in RegisterRecv()