Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
H A Dl2cap_channel_manager.h71 void DrainWriteChannelQueues() PW_LOCKS_EXCLUDED(write_channels_mutex_);
91 PW_EXCLUSIVE_LOCKS_REQUIRED(write_channels_mutex_);
96 PW_EXCLUSIVE_LOCKS_REQUIRED(write_channels_mutex_);
108 sync::Mutex write_channels_mutex_; variable
112 PW_GUARDED_BY(write_channels_mutex_);
116 PW_GUARDED_BY(write_channels_mutex_);
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dl2cap_channel_manager.cc40 std::lock_guard lock(write_channels_mutex_); in RegisterWriteChannel()
48 std::lock_guard lock(write_channels_mutex_); in ReleaseWriteChannel()
92 std::lock_guard lock(write_channels_mutex_); in DrainWriteChannelQueues()
134 std::lock_guard lock(write_channels_mutex_); in FindWriteChannel()