Searched refs:fileThreads (Results 1 – 7 of 7) sorted by relevance
46 const fileThreads = getEs2abcFileThreadNumber(); constant53 this.cmdArgs.push(`"${fileThreads}"`);
328 const fileThreads = getEs2abcFileThreadNumber(); constant335 this.cmdArgs.push(`"${fileThreads}"`);
113 const fileThreads = os.cpus().length < 16 ? os.cpus().length : 16; constant116 …le-entry-list "${npmEntriesInfoPath}" --output "${outputABCPath}" --file-threads "${fileThreads}"`;
1207 const fileThreads = os.cpus().length < 16 ? os.cpus().length : 16; constant1209 `${initAbcEnv().join(' ')} "@${filesInfoPath}" --file-threads "${fileThreads}"`;
154 const fileThreads : number = os.cpus().length < 16 ? os.cpus().length : 16; constant155 return fileThreads;
167 const fileThreads: number = getEs2abcFileThreadNumber(); constant171 `"${fileThreads}"`
577 const fileThreads = os.cpus().length < 16 ? os.cpus().length : 16;579 `${initAbcEnv().join(' ')} "@${filesInfoPath}" --file-threads "${fileThreads}"`;