Home
last modified time | relevance | path

Searched defs:ScopedContextMutexLock (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DContextMutex.h179 ANGLE_INLINE explicit ScopedContextMutexLock(ContextMutex &mutex) : mMutex(&mutex) in ScopedContextMutexLock() function
183 ANGLE_INLINE ScopedContextMutexLock(ContextMutex *mutex) : mMutex(mutex) in ScopedContextMutexLock() function
198 ANGLE_INLINE ScopedContextMutexLock(ScopedContextMutexLock &&other) : mMutex(other.mMutex) in ScopedContextMutexLock() function