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