HomeSort by relevance Sort by last modified time
    Searched defs:channel_mutex_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
channel_tracker.h 71 ChannelHandle AllocateHandle() EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_);
74 EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_);
77 EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_);
80 tensorflow::mutex channel_mutex_; member in class:xla::ChannelTracker
83 int64 next_channel_ GUARDED_BY(channel_mutex_);
87 std::map<int64, Channel> opaque_to_channel_ GUARDED_BY(channel_mutex_);
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
service_endpoint.h 155 mutable std::mutex channel_mutex_; member in class:android::pdx::uds::Endpoint

Completed in 59 milliseconds