critical_section::try_lock Method
Tries to acquire the lock without blocking.
bool try_lock();
Return Value
If the lock was acquired, the value true; otherwise, the value false.
Requirements
Header: concrt.h
Namespace: concurrency
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Tries to acquire the lock without blocking.
bool try_lock();
If the lock was acquired, the value true; otherwise, the value false.
Header: concrt.h
Namespace: concurrency