Searched refs:g_mtxMap (Results 1 – 1 of 1) sorted by relevance
29 std::mutex g_mtxMap; // the mutex to protect the shared resource variable109 std::lock_guard<std::mutex> guard(g_mtxMap); in OH_NativeArkWeb_SetDestroyCallback()123 std::lock_guard<std::mutex> guard(g_mtxMap); in OH_NativeArkWeb_GetDestroyCallback()134 std::lock_guard<std::mutex> guard(g_mtxMap); in OH_NativeArkWeb_SetJavaScriptProxyValidCallback()148 std::lock_guard<std::mutex> guard(g_mtxMap); in OH_NativeArkWeb_GetJavaScriptProxyValidCallback()