Searched refs:g_apiCompatibleVersionMutex (Results 1 – 1 of 1) sorted by relevance
31 static std::mutex g_apiCompatibleVersionMutex; variable35 std::lock_guard<std::mutex> lock(g_apiCompatibleVersionMutex); in GetApiVersion()