Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dl2cap_write_channel.cc33 std::lock_guard lock(global_send_queue_mutex_); in QueuePacket()
46 std::lock_guard lock(global_send_queue_mutex_); in DequeuePacket()
56 std::lock_guard lock(global_send_queue_mutex_); in ClearQueue()
80 std::lock_guard lock(global_send_queue_mutex_); in operator =()
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
H A Dl2cap_write_channel.h119 inline static sync::Mutex global_send_queue_mutex_; variable
123 PW_GUARDED_BY(global_send_queue_mutex_);