Searched defs:interfaceLock (Results 1 – 2 of 2) sorted by relevance
151 std::shared_lock<std::shared_mutex> interfaceLock(g_MutexInterfaceMap); in GetInterfaceId() local163 std::unique_lock<std::shared_mutex> interfaceLock(g_MutexInterfaceMap); in EraseInterfaceId() local429 std::unique_lock<std::shared_mutex> interfaceLock(g_MutexInterfaceMap); in ClaimInterface() local
70 struct OsalMutex interfaceLock; member