Home
last modified time | relevance | path

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

/expo/packages/expo-gl/common/
H A DEXGLContextManager.cpp30 std::unique_lock<std::shared_mutex> getUniqueLockSafely(std::shared_mutex &mutex) { in getUniqueLockSafely() function
55 std::unique_lock lock = getUniqueLockSafely(manager.contextLookupMutex); in ContextCreate()
71 std::unique_lock lock = getUniqueLockSafely(iter->second.mutex); in ContextDestroy()
77 std::unique_lock lock = getUniqueLockSafely(manager.contextLookupMutex); in ContextDestroy()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLContextManager.cpp30 std::unique_lock<std::shared_mutex> getUniqueLockSafely(std::shared_mutex &mutex) { in getUniqueLockSafely() function
55 std::unique_lock lock = getUniqueLockSafely(manager.contextLookupMutex); in ContextCreate()
71 std::unique_lock lock = getUniqueLockSafely(iter->second.mutex); in ContextDestroy()
77 std::unique_lock lock = getUniqueLockSafely(manager.contextLookupMutex); in ContextDestroy()