Searched refs:g_apiOperationMutex (Results 1 – 2 of 2) sorted by relevance
64 static std::mutex g_apiOperationMutex; variable
36 std::mutex ConfigParser::g_apiOperationMutex; member in OHOS::DrmStandard::ConfigParser210 std::lock_guard<std::mutex> lock(g_apiOperationMutex); in AddProcessor()