Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DResourceMap.h27 using ResourceMapMutex = angle::SimpleMutex; variable
29 using ResourceMapMutex = angle::NoOpMutex;
35 using type = ResourceMapMutex;
DResourceMap_unittest.cpp205 if (std::is_same_v<ResourceMapMutex, angle::NoOpMutex>) in ConcurrentAccess()