unique_lock::owns_lock Method
Specifies whether the calling thread owns the associated mutex.
bool owns_lock() const _NOEXCEPT;
Return Value
true if the thread owns the mutex; otherwise, false.
Requirements
Header: mutex
Namespace: std
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Specifies whether the calling thread owns the associated mutex.
bool owns_lock() const _NOEXCEPT;
true if the thread owns the mutex; otherwise, false.
Header: mutex
Namespace: std