Searched refs:g_appListInitMutex (Results 1 – 1 of 1) sorted by relevance
32 std::mutex g_appListInitMutex = {}; variable446 std::lock_guard<std::mutex> lock(g_appListInitMutex); in InitAppList()