Home
last modified time | relevance | path

Searched defs:tasks (Results 126 – 150 of 5964) sorted by relevance

12345678910>>...239

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/
H A DAbstractExecutorService.java152 private <T> T doInvokeAny(Collection<? extends Callable<T>> tasks, in doInvokeAny()
222 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny()
232 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny()
238 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) in invokeAll()
263 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, in invokeAll()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DAbstractExecutorService.java147 private <T> T doInvokeAny(Collection<? extends Callable<T>> tasks, in doInvokeAny()
217 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny()
227 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny()
233 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) in invokeAll()
258 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, in invokeAll()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/
H A DAbstractExecutorService.java147 private <T> T doInvokeAny(Collection<? extends Callable<T>> tasks, in doInvokeAny()
217 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny()
227 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny()
233 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) in invokeAll()
258 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, in invokeAll()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/
H A DAbstractExecutorService.java147 private <T> T doInvokeAny(Collection<? extends Callable<T>> tasks, in doInvokeAny()
217 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny()
227 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny()
233 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) in invokeAll()
258 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, in invokeAll()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/concurrent/
H A DAbstractExecutorService.java147 private <T> T doInvokeAny(Collection<? extends Callable<T>> tasks, in doInvokeAny()
217 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny()
227 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny()
233 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) in invokeAll()
258 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, in invokeAll()
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/test/
H A Dtest_util_runnable_jobs.py18 tasks = [ variable in TestRunnableJobs
45 def make_taskgraph(self, tasks): argument
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/test/
H A Dtest_util_runnable_jobs.py17 tasks = [ variable in TestRunnableJobs
44 def make_taskgraph(self, tasks): argument
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/test/
H A Dtest_util_runnable_jobs.py18 tasks = [ variable in TestRunnableJobs
53 def make_taskgraph(self, tasks): argument
/dports/www/kanboard/kanboard-1.2.21/app/Formatter/
H A DTasksApiFormatter.php14 protected $tasks = array(); variable in Kanboard\\Formatter\\TasksApiFormatter
16 public function withTasks($tasks)
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/test/
H A Dtest_util_runnable_jobs.py18 tasks = [ variable in TestRunnableJobs
45 def make_taskgraph(self, tasks): argument
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/test/
H A Dtest_util_runnable_jobs.py20 tasks = [ variable in TestRunnableJobs
55 def make_taskgraph(self, tasks): argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/
H A DFutureFactory.cs1349 … public Task<TResult> ContinueWhenAll(Task[] tasks, Func<Task[], TResult> continuationFunction) in ContinueWhenAll() argument
1455 … public Task<TResult> ContinueWhenAll(Task[] tasks, Func<Task[], TResult> continuationFunction, in ContinueWhenAll() argument
1602 …ternal static Task<TResult> ContinueWhenAllImpl<TAntecedentResult>(Task<TAntecedentResult>[] tasks, in ContinueWhenAllImpl()
1633 …ternal static Task<TResult> ContinueWhenAllImpl<TAntecedentResult>(Task<TAntecedentResult>[] tasks, in ContinueWhenAllImpl()
1666 internal static Task<TResult> ContinueWhenAllImpl(Task[] tasks, in ContinueWhenAllImpl()
1703 internal static Task<TResult> ContinueWhenAllImpl(Task[] tasks, in ContinueWhenAllImpl()
1760 public Task<TResult> ContinueWhenAny(Task[] tasks, Func<Task, TResult> continuationFunction) in ContinueWhenAny() argument
1866 public Task<TResult> ContinueWhenAny(Task[] tasks, Func<Task, TResult> continuationFunction, in ContinueWhenAny() argument
2012 internal static Task<TResult> ContinueWhenAnyImpl(Task[] tasks, in ContinueWhenAnyImpl()
2046 internal static Task<TResult> ContinueWhenAnyImpl(Task[] tasks, in ContinueWhenAnyImpl()
[all …]
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dlnxdisp.h101 #define svga_display_spl(warrior, tasks) \ argument
104 #define svga_display_dat(addr, warNum, tasks) \ argument
122 #define display_spl(warrior, tasks) svga_display_spl(warrior, tasks) argument
123 #define display_dat(addr, warnum, tasks) svga_display_dat(addr, warnum, tasks) argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/
H A DParsedJob.java123 List<LoggedTask> tasks = super.getMapTasks(); in obtainMapTasks() local
131 List<LoggedTask> tasks = super.getReduceTasks(); in obtainReduceTasks() local
139 List<LoggedTask> tasks = super.getOtherTasks(); in obtainOtherTasks() local
147 private List<ParsedTask> convertTasks(List<LoggedTask> tasks) { in convertTasks()
/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/rumen/
H A DParsedJob.java123 List<LoggedTask> tasks = super.getMapTasks(); in obtainMapTasks() local
131 List<LoggedTask> tasks = super.getReduceTasks(); in obtainReduceTasks() local
139 List<LoggedTask> tasks = super.getOtherTasks(); in obtainOtherTasks() local
147 private List<ParsedTask> convertTasks(List<LoggedTask> tasks) { in convertTasks()
/dports/games/pmars/pmars-0.9.2/src/
H A Dlnxdisp.h101 #define svga_display_spl(warrior, tasks) \ argument
104 #define svga_display_dat(addr, warNum, tasks) \ argument
122 #define display_spl(warrior, tasks) svga_display_spl(warrior, tasks) argument
123 #define display_dat(addr, warnum, tasks) svga_display_dat(addr, warnum, tasks) argument
/dports/devel/py-invoke/invoke-1.6.0/sites/docs/concepts/
H A Dinvoking-tasks.rst421 Recursive/chained pre/post-tasks
463 .. _parameterizing-pre-post-tasks:
465 Parameterizing pre/post-tasks
489 .. _deduping:
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/transforms/
H A Dupload_symbols.py22 def check_nightlies(config, tasks): argument
39 def fill_template(config, tasks): argument
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/transforms/
H A Dupload_symbols.py23 def check_nightlies(config, tasks): argument
45 def fill_template(config, tasks): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/user_guide/
H A Dplaybooks_async.rst35 Avoid connection timeouts: poll > 0
69 Run tasks concurrently: poll = 0
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/user_guide/
H A Dplaybooks_async.rst35 Avoid connection timeouts: poll > 0
65 Run tasks concurrently: poll = 0
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/transforms/
H A Dupload_symbols.py24 def check_nightlies(config, tasks): argument
46 def fill_template(config, tasks): argument
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/transforms/
H A Dupload_symbols.py23 def check_nightlies(config, tasks): argument
40 def fill_template(config, tasks): argument
/dports/devel/py-plac/plac-1.3.4/doc/
H A Dimporter_ui.py19 def monitor(tasks): argument
29 tasks = [i.submit('import_file f1'), i.submit('import_file f2')] variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_pre_close_task_queue_unittest.cc114 std::list<std::unique_ptr<PreCloseTask>> tasks; in TEST_F() local
144 std::list<std::unique_ptr<PreCloseTask>> tasks; in TEST_F() local
188 std::list<std::unique_ptr<PreCloseTask>> tasks; in TEST_F() local
234 std::list<std::unique_ptr<PreCloseTask>> tasks; in TEST_F() local
267 std::list<std::unique_ptr<PreCloseTask>> tasks; in TEST_F() local
308 std::list<std::unique_ptr<PreCloseTask>> tasks; in TEST_F() local
350 std::list<std::unique_ptr<PreCloseTask>> tasks; in TEST_F() local
390 std::list<std::unique_ptr<PreCloseTask>> tasks; in TEST_F() local

12345678910>>...239