Searched refs:s_clang_modules_decl_vendor_mutex (Results 1 – 1 of 1) sorted by relevance
2527 static std::mutex s_clang_modules_decl_vendor_mutex; // If this is contended in GetClangModulesDeclVendor() local2532 std::lock_guard<std::mutex> guard(s_clang_modules_decl_vendor_mutex); in GetClangModulesDeclVendor()