Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_cl_utils.cpp43 static angle::base::NoDestructor<std::recursive_mutex> sMutex; in InitBackEnds() local
44 std::lock_guard<std::recursive_mutex> lock(*sMutex); in InitBackEnds()
/external/v4l2_codec2/plugin_store/
DV4L2PluginStore.cpp41 static std::mutex sMutex; in fetchAllocator() local
44 std::lock_guard<std::mutex> lock(sMutex); in fetchAllocator()