Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
An exception safe RAII wrapper for a critical_section object.
class scoped_lock;
Members
Public Constructors
Name |
Description |
|---|---|
Constructs a scoped_lock object and acquires the critical_section object passed in the _Critical_section parameter. If the critical section is held by another thread, this call will block. |
|
Destroys a scoped_lock object and releases the critical section supplied in its constructor. |
Inheritance Hierarchy
scoped_lock
Requirements
Header: concrt.h
Namespace: concurrency