Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGlobalMutex.cpp164 ScopedGlobalMutexLock::ScopedGlobalMutexLock() in ScopedGlobalMutexLock() function in egl::ScopedGlobalMutexLock
174 ScopedGlobalMutexLock::ScopedGlobalMutexLock() : mMutex(*GetGlobalMutex()) in ScopedGlobalMutexLock() function in egl::ScopedGlobalMutexLock
DGlobalMutex_unittest.cpp71 TEST(GlobalMutexTest, ScopedGlobalMutexLock) in TEST() argument