Searched refs:remoteObjectsMutex_ (Results 1 – 4 of 4) sorted by relevance
179 std::lock_guard<std::mutex> lock(remoteObjectsMutex_); in GetRemoteObject()201 std::lock_guard<std::mutex> lock(remoteObjectsMutex_); in AddRemoteObject()207 std::lock_guard<std::mutex> lock(remoteObjectsMutex_); in RemoveRemoteObject()
302 std::lock_guard<std::mutex> lockGuard(remoteObjectsMutex_); in TestRegisterRemoteStub()312 std::lock_guard<std::mutex> lockGuard(remoteObjectsMutex_); in TestUnRegisterRemoteStub()
92 std::mutex remoteObjectsMutex_; variable
61 std::mutex remoteObjectsMutex_; variable