Home
last modified time | relevance | path

Searched refs:channels_mutex_ (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
Dl2cap_channel_manager.h78 PW_LOCKS_EXCLUDED(channels_mutex_);
83 PW_LOCKS_EXCLUDED(channels_mutex_);
87 PW_LOCKS_EXCLUDED(channels_mutex_);
104 void DrainChannelQueuesIfNewTx() PW_LOCKS_EXCLUDED(channels_mutex_);
108 void ForceDrainChannelQueues() PW_LOCKS_EXCLUDED(channels_mutex_);
174 PW_EXCLUSIVE_LOCKS_REQUIRED(channels_mutex_);
179 PW_EXCLUSIVE_LOCKS_REQUIRED(channels_mutex_);
190 sync::Mutex channels_mutex_; variable
193 IntrusiveForwardList<L2capChannel> channels_ PW_GUARDED_BY(channels_mutex_);
197 PW_GUARDED_BY(channels_mutex_);
[all …]
/external/pigweed/pw_bluetooth_proxy/
Dl2cap_channel_manager.cc31 std::lock_guard lock(channels_mutex_); in RegisterChannel()
65 std::lock_guard lock(channels_mutex_); in DeregisterChannel()
70 std::lock_guard lock(channels_mutex_); in DeregisterAndCloseChannels()
126 std::lock_guard lock(channels_mutex_); in DrainChannelQueuesIfNewTx()
157 std::lock_guard lock(channels_mutex_); in DrainChannelQueuesIfNewTx()
168 std::unique_lock lock(channels_mutex_); in FindChannelByLocalCid()
182 std::unique_lock lock(channels_mutex_); in FindChannelByRemoteCid()
249 std::lock_guard lock(channels_mutex_); in HandleAclDisconnectionComplete()
/external/sdv/vsomeip/implementation/tracing/src/
Dconnector_impl.cpp89 std::lock_guard<std::mutex> its_lock_channels(channels_mutex_); in reset()
119 std::lock_guard<std::mutex> its_channels_lock(channels_mutex_); in add_channel()
150 std::lock_guard<std::mutex> its_channels_lock(channels_mutex_); in remove_channel()
167 std::lock_guard<std::mutex> its_channels_lock(channels_mutex_); in get_channel()
199 std::lock_guard<std::mutex> its_channels_lock(channels_mutex_); in trace()
/external/sdv/vsomeip/implementation/tracing/include/
Dconnector_impl.hpp68 mutable std::mutex channels_mutex_; member in vsomeip_v3::trace::connector_impl