[#BloombergLP-bdlmt-FixedThreadPool-start] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/FixedThreadPool.adoc[FixedThreadPool]::start :relfileprefix: ../../../ :mrdocs: Spawn threads until there are `numThreads()` processing threads. On success, enable enqueuing and return 0. Otherwise, join all threads (ensuring `false == isStarted()`) and return ‐1. If the thread pool was already started (`isStarted()` is `true`), this method has no effect. == Synopsis Declared in `<bdlmt_fixedthreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int start(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#