[#BloombergLP-bdlmt-MultiQueueThreadPool-numProcessedReset] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultiQueueThreadPool.adoc[MultiQueueThreadPool]::numProcessedReset :relfileprefix: ../../../ :mrdocs: Reset and return processed/enqueued/deleted counts. == Synopsis Declared in `<bdlmt_multiqueuethreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void numProcessedReset( int* numExecuted, int* numEnqueued, int* numDeleted = 0); ---- == Description Load into the specified `numExecuted` and `numEnqueued` the number of items dequeued / enqueued (respectively) since the last time these values were reset and reset these values. Optionally specify a `numDeleted` used to load into the number of items deleted since the last time this value was reset. Reset the count of deleted items. == Parameters [cols="1,4"] |=== | Name| Description | *numExecuted* | receives the number of items dequeued, then reset | *numEnqueued* | receives the number of items enqueued, then reset | *numDeleted* | if non‐null, receives the number of items deleted, then reset |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#