[#BloombergLP-bdlmt-MultiQueueThreadPool_Queue-reset] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultiQueueThreadPool_Queue.adoc[MultiQueueThreadPool_Queue]::reset :relfileprefix: ../../../ :mrdocs: Reset this queue to its initial state. The behavior is undefined unless this queue's lock is in an unlocked state. After this method returns, the object is ready for use as though it were a new object. Note that this method is not thread‐safe and is used by the object pool contained within `*d_multiQueueThreadPool_p`. == Synopsis Declared in `<bdlmt_multiqueuethreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reset(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#