Searched refs:okThreads (Results 1 – 1 of 1) sorted by relevance
122 UInt64 okThreads = useLimit / (props.outBlockMax + props.inBlockMax + kOverheadSize); in Code() local123 if (numThreads > okThreads) in Code()124 numThreads = (UInt32)okThreads; in Code()