Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 822 Bytes

File metadata and controls

42 lines (40 loc) · 822 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
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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