Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp30 static std::mutex sCtxidMutex; variable
34 std::lock_guard<std::mutex> g{sCtxidMutex}; in applyForOneId()