Searched refs:GetGlobalMutex (Results 1 – 2 of 2) sorted by relevance
29 angle::GlobalMutex &GetGlobalMutex();36 std::lock_guard<angle::GlobalMutex> globalMutexLock(egl::GetGlobalMutex())66 return context->isShared() ? std::unique_lock<angle::GlobalMutex>(egl::GetGlobalMutex()) in GetShareGroupLock()
89 angle::GlobalMutex &GetGlobalMutex() in GetGlobalMutex() function