[#BloombergLP-bslmt-RWMutexImpl-0e-unlock] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/RWMutexImpl-0e.adoc[RWMutexImpl<Platform::PosixThreads>]::unlock :relfileprefix: ../../../ :mrdocs: Release the lock held by the calling thread on this mutex. == Synopsis Declared in `<bslmt_rwmutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void unlock(); ---- == Description The behavior is undefined unless the calling thread currently has a lock on this mutex. [.small]#Created with https://www.mrdocs.com[MrDocs]#