Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp37 std::recursive_mutex Socket::g_socketMutex; member in OHOS::bluetooth::Socket
181 std::lock_guard<std::recursive_mutex> lck(Socket::g_socketMutex); in OnConnectedNative()
457 std::lock_guard<std::recursive_mutex> lk(Socket::g_socketMutex); in Listen()
539 std::lock_guard<std::recursive_mutex> lck(Socket::g_socketMutex); in AddSocketInternal()
581 std::lock_guard<std::recursive_mutex> lk(Socket::g_socketMutex); in ProcessDisconnection()
597 std::lock_guard<std::recursive_mutex> lk(Socket::g_socketMutex); in ProcessDisconnection()
630 std::lock_guard<std::recursive_mutex> lk(Socket::g_socketMutex); in CloseSocket()
665 std::lock_guard<std::recursive_mutex> lk(Socket::g_socketMutex); in OnSocketReadReady()
683 std::lock_guard<std::recursive_mutex> lk(Socket::g_socketMutex); in OnSocketWriteReady()
908 std::lock_guard<std::recursive_mutex> lk(Socket::g_socketMutex); in OnSocketExceptionNative()
H A Dsocket.h182 static std::recursive_mutex g_socketMutex; variable