As long as only the initial thread creates all other threads, there is no difference. If different threads spawn threads, they all get a global max count. Sum reduction doesn't make sense for this counter. With fibers around, the value can become #threads * #fibers instead of #threads + #fibers
Details
Details
Diff Detail
Diff Detail
what about StatThreadMaxTid?