[#BloombergLP-bdlmt-MultipriorityThreadPool-removeJobs] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultipriorityThreadPool.adoc[MultipriorityThreadPool]::removeJobs :relfileprefix: ../../../ :mrdocs: Remove all pending (i.e., not yet active) jobs from the queue of this multi‐priority thread pool. This method does not affect the enabled status of the queue, nor does it affect the started status or any active jobs in this thread pool. The behavior is undefined if this method is called concurrently with the `drainJobs` method. Note that, in this case, such undefined behavior may include deadlock. == Synopsis Declared in `<bdlmt_multiprioritythreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void removeJobs(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#