Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

TBB creates threads and TBB manages threads. I don't know exactly, but i think TBB uses some thread pool and creates threads only once. It's normal behavior to avoid unnecessary OS calls for threads creation.