Searched refs:sInstanceMutex (Results 1 – 2 of 2) sorted by relevance
45 std::mutex Swappy::sInstanceMutex; member in swappy::Swappy116 std::lock_guard<std::mutex> lock(sInstanceMutex); in init()304 std::lock_guard<std::mutex> lock(sInstanceMutex); in getInstance()318 std::lock_guard<std::mutex> lock(sInstanceMutex); in destroyInstance()
196 static std::mutex sInstanceMutex; variable