Searched refs:threadCount (Results 1 – 4 of 4) sorted by relevance
405 unsigned threadCount; member
321 const unsigned threadCount = config->threadCount; in createSyntheticSections() local356 relaDynName, threadCount); in createSyntheticSections()359 relaDynName, config->zCombreloc, threadCount); in createSyntheticSections()391 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
2784 PowerOf2Floor(std::min<size_t>(config->threadCount, numShards)); in createSymbols()3272 PowerOf2Floor(std::min<size_t>(config->threadCount, numShards)); in finalizeContents()
1421 config->threadCount = parallel::strategy.compute_thread_count(); in readConfigs()