Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 667 Bytes

File metadata and controls

26 lines (24 loc) · 667 Bytes
title Synchronization (lock Class) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
dev_langs
C++
helpviewer_keywords
lock class
ms.assetid 5d468122-875d-4e81-b5ba-c9486a873335
caps.latest.revision 5
author mikeblome
ms.author mblome
manager ghogen
ms.workload
cplusplus
dotnet

Synchronization (lock Class)

Provides a mechanism to automate taking a lock that synchronizes access to an object.

In This Section

lock

See Also

C++ Support Library