critical_section::try_lock Method
Tries to acquire the lock without blocking.
_CRTIMP bool try_lock();
Return Value
If the lock was acquired, the value true; otherwise, the value false.
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.
Tries to acquire the lock without blocking.
_CRTIMP bool try_lock();
If the lock was acquired, the value true; otherwise, the value false.
Header: concrt.h
Namespace: Concurrency