Searched refs:threadCount (Results 1 – 3 of 3) sorted by relevance
447 unsigned threadCount; member
3025 bit_floor(std::min<size_t>(config->threadCount, numShards)); in computeEntryPool()3429 llvm::bit_floor(std::min<size_t>(config->threadCount, numShards)); in createSymbols()3909 llvm::bit_floor(std::min<size_t>(config->threadCount, numShards)); in finalizeContents()4708 const unsigned threadCount = config->threadCount; in createSyntheticSections() local4752 relaDynName, threadCount); in createSyntheticSections()4755 relaDynName, config->zCombreloc, threadCount); in createSyntheticSections()4787 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()4790 threadCount, /*isAArch64Auth=*/true); in createSyntheticSections()
1674 config->threadCount = parallel::strategy.compute_thread_count(); in readConfigs()