Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dhci_watcher.cpp43 std::lock_guard<std::mutex> lock(fdsMutex_); in AddFdToWatcher()
51 std::lock_guard<std::mutex> lock(fdsMutex_); in RemoveFdToWatcher()
128 std::lock_guard<std::mutex> lock(fdsMutex_); in WatcherThread()
161 std::lock_guard<std::mutex> lock(fdsMutex_); in WatcherThread()
H A Dhci_watcher.h52 std::mutex fdsMutex_; variable