Home
last modified time | relevance | path

Searched refs:maxTasks (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dinstrument.c55 int maxTasks; in ExPrintInstrument() local
64 maxTasks = minTasks = exInstrument[0].tasks; in ExPrintInstrument()
68 maxTasks = MAX(maxTasks, exInstrument[i].tasks); in ExPrintInstrument()
75 DXMessage ("#1250", taskSum / instNprocs, minTasks, maxTasks); in ExPrintInstrument()
/dports/net/concourse-fly/concourse-6.7.1/atc/worker/
H A Dplacement.go93 maxTasks int member
96 func NewLimitActiveTasksPlacementStrategy(maxTasks int) ContainerPlacementStrategy {
99 maxTasks: maxTasks,
115 …if strategy.maxTasks > 0 && activeTasks >= strategy.maxTasks && spec.Type == db.ContainerTypeTask {
/dports/misc/concourse/concourse-6.7.2/atc/worker/
H A Dplacement.go93 maxTasks int member
96 func NewLimitActiveTasksPlacementStrategy(maxTasks int) ContainerPlacementStrategy {
99 maxTasks: maxTasks,
115 …if strategy.maxTasks > 0 && activeTasks >= strategy.maxTasks && spec.Type == db.ContainerTypeTask {
/dports/deskutils/dstask/dstask-0.24.1/
H A Ddisplay.go81 maxTasks := h - TERMINAL_HEIGHT_MARGIN // leave room for context message, header and prompt
83 if maxTasks < MIN_TASKS_SHOWN {
84 maxTasks = MIN_TASKS_SHOWN
87 if truncate && maxTasks < len(tasks) {
88 tasks = tasks[:maxTasks]
119 if truncate && maxTasks < total {
120 fmt.Printf("\n%v/%v tasks shown.\n", maxTasks, total)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/MachO/
H A DLTO.cpp61 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
62 buf.resize(maxTasks); in compile()
72 for (unsigned i = 1; i != maxTasks; ++i) in compile()
77 for (unsigned i = 0; i != maxTasks; ++i) in compile()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DLTO.cpp100 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
101 buf.resize(maxTasks); in compile()
102 files.resize(maxTasks); in compile()
128 for (unsigned i = 1; i != maxTasks; ++i) in compile()
136 for (unsigned i = 0; i != maxTasks; ++i) { in compile()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/
H A DLTO.cpp101 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
102 buf.resize(maxTasks); in compile()
103 files.resize(maxTasks); in compile()
129 for (unsigned i = 1; i != maxTasks; ++i) in compile()
137 for (unsigned i = 0; i != maxTasks; ++i) { in compile()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DLTO.cpp100 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
101 buf.resize(maxTasks); in compile()
102 files.resize(maxTasks); in compile()
128 for (unsigned i = 1; i != maxTasks; ++i) in compile()
136 for (unsigned i = 0; i != maxTasks; ++i) { in compile()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/
H A DLTO.cpp100 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
101 buf.resize(maxTasks); in compile()
102 files.resize(maxTasks); in compile()
128 for (unsigned i = 1; i != maxTasks; ++i) in compile()
136 for (unsigned i = 0; i != maxTasks; ++i) { in compile()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/
H A DLTO.cpp100 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
101 buf.resize(maxTasks); in compile()
102 files.resize(maxTasks); in compile()
128 for (unsigned i = 1; i != maxTasks; ++i) in compile()
136 for (unsigned i = 0; i != maxTasks; ++i) { in compile()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/MachO/
H A DLTO.cpp73 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
74 buf.resize(maxTasks); in compile()
84 for (unsigned i = 1; i != maxTasks; ++i) in compile()
92 for (unsigned i = 0; i != maxTasks; ++i) { in compile()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/MachO/
H A DLTO.cpp73 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
74 buf.resize(maxTasks); in compile()
84 for (unsigned i = 1; i != maxTasks; ++i) in compile()
92 for (unsigned i = 0; i != maxTasks; ++i) { in compile()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DCountedCompleter.java720 public final void helpComplete(int maxTasks) { in helpComplete() argument
722 if (maxTasks > 0 && status >= 0) { in helpComplete()
725 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
727 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCountedCompleter.java720 public final void helpComplete(int maxTasks) { in helpComplete() argument
722 if (maxTasks > 0 && status >= 0) { in helpComplete()
725 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
727 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/
H A DCountedCompleter.java720 public final void helpComplete(int maxTasks) { in helpComplete() argument
722 if (maxTasks > 0 && status >= 0) { in helpComplete()
725 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
727 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DCountedCompleter.java720 public final void helpComplete(int maxTasks) { in helpComplete() argument
722 if (maxTasks > 0 && status >= 0) { in helpComplete()
725 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
727 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/
H A DCountedCompleter.java720 public final void helpComplete(int maxTasks) { in helpComplete() argument
722 if (maxTasks > 0 && status >= 0) { in helpComplete()
725 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
727 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCountedCompleter.java720 public final void helpComplete(int maxTasks) { in helpComplete() argument
722 if (maxTasks > 0 && status >= 0) { in helpComplete()
725 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
727 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/concurrent/
H A DCountedCompleter.java720 public final void helpComplete(int maxTasks) { in helpComplete() argument
722 if (maxTasks > 0 && status >= 0) { in helpComplete()
725 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
727 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCountedCompleter.java705 public final void helpComplete(int maxTasks) { in helpComplete() argument
707 if (maxTasks > 0 && status >= 0) { in helpComplete()
710 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
712 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCountedCompleter.java705 public final void helpComplete(int maxTasks) { in helpComplete() argument
707 if (maxTasks > 0 && status >= 0) { in helpComplete()
710 helpComplete(wt.workQueue, this, maxTasks); in helpComplete()
712 ForkJoinPool.common.externalHelpComplete(this, maxTasks); in helpComplete()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/util/
H A DBoundedCompletionService.java59 public BoundedCompletionService(Executor executor, int maxTasks) { in BoundedCompletionService() argument
61 this.tasks = new ArrayList<Future<V>>(maxTasks); in BoundedCompletionService()
62 this.completed = new ArrayBlockingQueue<Future<V>>(maxTasks); in BoundedCompletionService()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/ELF/
H A DLTO.cpp279 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
280 buf.resize(maxTasks); in compile()
281 files.resize(maxTasks); in compile()
331 for (unsigned i = 1; i != maxTasks; ++i) in compile()
338 for (unsigned i = 1; i != maxTasks; ++i) in compile()
344 for (unsigned i = 1; i != maxTasks; ++i) in compile()
350 for (unsigned i = 0; i != maxTasks; ++i) in compile()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/
H A DLTO.cpp279 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
280 buf.resize(maxTasks); in compile()
281 files.resize(maxTasks); in compile()
331 for (unsigned i = 1; i != maxTasks; ++i) in compile()
338 for (unsigned i = 1; i != maxTasks; ++i) in compile()
344 for (unsigned i = 1; i != maxTasks; ++i) in compile()
350 for (unsigned i = 0; i != maxTasks; ++i) in compile()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/ELF/
H A DLTO.cpp239 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local
240 buf.resize(maxTasks); in compile()
241 files.resize(maxTasks); in compile()
289 for (unsigned i = 1; i != maxTasks; ++i) in compile()
295 for (unsigned i = 1; i != maxTasks; ++i) in compile()
300 for (unsigned i = 0; i != maxTasks; ++i) in compile()

1234567891011