fMaxWorkerCount
fMaxWorkerCount = info.cpu_count * kWorkerCountPerCPU;
if ((int32)jobCount > count && count < fMaxWorkerCount) {
int32 fMaxWorkerCount;