Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Ddrm_host_manager.cpp36 std::mutex DrmHostManager::queueMutex; member in OHOS::DrmStandard::DrmHostManager
173 std::unique_lock<std::mutex> queueMutexLock(queueMutex); in ProcessMessage()
325 std::unique_lock<std::mutex> queueMutexLock(queueMutex); in UnLoadOEMCertifaicateService()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Ddrm_host_manager.h139 static std::mutex queueMutex; variable