Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc102 static std::mutex command_credits_mutex; variable
375 std::lock_guard<std::mutex> command_credits_lock(command_credits_mutex); in enqueue_command()
512 std::lock_guard<std::mutex> command_credits_lock(command_credits_mutex); in process_command_credits()