First time here? Check out the FAQ!
answered 2012-08-16 05:50:37 -0600
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.