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
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
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