Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_api_operation.h64 static std::mutex g_apiOperationMutex; variable
/ohos5.0/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp36 std::mutex ConfigParser::g_apiOperationMutex; member in OHOS::DrmStandard::ConfigParser
210 std::lock_guard<std::mutex> lock(g_apiOperationMutex); in AddProcessor()