Home
last modified time | relevance | path

Searched refs:threadCount (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/OpenMP/
H A Dmetadirective_device_isa_codegen_amdgcn.cpp11 int threadCount = 0; in amdgcn_device_isa_selected() local
14 : threadCount) in amdgcn_device_isa_selected()
19 threadCount++; in amdgcn_device_isa_selected()
22 return threadCount; in amdgcn_device_isa_selected()
32 int threadCount = 0; in amdgcn_device_isa_not_selected() local
35 : threadCount) in amdgcn_device_isa_not_selected()
42 threadCount++; in amdgcn_device_isa_not_selected()
45 return threadCount; in amdgcn_device_isa_not_selected()
/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp34 const unsigned threadCount = 2; variable
47 notReady = threadCount; in main()
48 std::vector<std::thread> threads(threadCount); in main()
49 for (unsigned i = 0; i < threadCount; i++) in main()
63 for (unsigned i = 0; i < threadCount; i++) in main()
/llvm-project/libcxx/test/libcxx/debug/
H A Dcontainers.multithread.pass.cpp53 const std::size_t threadCount = 4; in ThreadUseIter() local
55 for (std::size_t count = 0; count < threadCount; count++) in ThreadUseIter()
58 for (std::size_t count = 0; count < threadCount; count++) in ThreadUseIter()
/llvm-project/lld/ELF/
H A DConfig.h487 unsigned threadCount;
446 unsigned threadCount; global() member
H A DSyntheticSections.cpp3095 bit_floor(std::min<size_t>(ctx.arg.threadCount, numShards)); in computeEntryPool()
3501 llvm::bit_floor(std::min<size_t>(ctx.arg.threadCount, numShards)); in create()
3982 llvm::bit_floor(std::min<size_t>(ctx.arg.threadCount, numShards)); in combineEhSections()
4757 const unsigned threadCount = ctx.arg.threadCount; in createSyntheticSections()
4801 ctx, relaDynName, threadCount); in createSyntheticSections()
4804 ctx, relaDynName, ctx.arg.zCombreloc, threadCount); in createSyntheticSections()
4836 part.relrDyn = std::make_unique<RelrSection<ELFT>>(ctx, threadCount); in createSyntheticSections()
4839 ctx, threadCount, /*isAArch64Auth=*/true); in createSyntheticSections()
4930 /*threadCount
4710 const unsigned threadCount = config->threadCount; createSyntheticSections() local
[all...]
H A DDriver.cpp1691 ctx.arg.threadCount = parallel::strategy.compute_thread_count(); in readConfigs()