[#BloombergLP-bdlcc-SkipList_DoubleLockGuard-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList_DoubleLockGuard.adoc[SkipList_DoubleLockGuard]::SkipList_DoubleLockGuard :relfileprefix: ../../../ :mrdocs: Lock both `lock1` and `lock2`, the one in the lower memory location first. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SkipList_DoubleLockGuard( xref:BloombergLP/bslmt/Mutex.adoc[bslmt::Mutex]* lock1, xref:BloombergLP/bslmt/Mutex.adoc[bslmt::Mutex]* lock2); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#