Home
last modified time | relevance | path

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

/aosp12/system/bt/hci/src/
H A Dhci_layer.cc113 static std::mutex command_credits_mutex; variable
398 std::lock_guard<std::mutex> command_credits_lock(command_credits_mutex); in enqueue_command()
580 std::lock_guard<std::mutex> command_credits_lock(command_credits_mutex); in process_command_credits()