[#wallet-CWallet-m_unlock_mutex] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::m_unlock_mutex :relfileprefix: ../../ :mrdocs: Used to prevent concurrent calls to walletpassphrase RPC. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Mutex.adoc[Mutex] m_unlock_mutex; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#