Searched refs:newMutex (Results 1 – 1 of 1) sorted by relevance
61 std::unique_ptr<angle::GlobalMutex> newMutex(new angle::GlobalMutex()); in AllocateMutex() local63 if (g_Mutex.compare_exchange_strong(expected, newMutex.get())) in AllocateMutex()65 newMutex.release(); in AllocateMutex()