critical_section::unlock Method
Unlocks the critical section.
_CRTIMP void unlock();
Remarks
If the lock is not held by the calling thread, an improper_lock exception will be thrown.
Requirements
Header: concrt.h
Namespace: Concurrency
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Unlocks the critical section.
_CRTIMP void unlock();
If the lock is not held by the calling thread, an improper_lock exception will be thrown.
Header: concrt.h
Namespace: Concurrency