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
Ta przeglądarka nie jest już obsługiwana.
Przejdź na przeglądarkę Microsoft Edge, aby korzystać z najnowszych funkcji, aktualizacji zabezpieczeń i pomocy technicznej.
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