Home
last modified time | relevance | path

Searched refs:newMutex (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libGLESv2/
Dglobal_state.cpp61 std::unique_ptr<angle::GlobalMutex> newMutex(new angle::GlobalMutex()); in AllocateMutex() local
63 if (g_Mutex.compare_exchange_strong(expected, newMutex.get())) in AllocateMutex()
65 newMutex.release(); in AllocateMutex()