Home
last modified time | relevance | path

Searched refs:workers (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
Drun.py19 def __init__(self, tests, lit_config, workers, progress_callback, argument
23 self.workers = workers
27 assert workers > 0
69 pool = multiprocessing.Pool(self.workers, lit.worker.initialize,
114 desired_limit = self.workers * ncpus * 2 # the 2 is a safety factor
Dmain.py218 workers = min(len(tests), opts.workers)
219 display = lit.display.create_display(opts, tests, discovered_tests, workers)
221 run = lit.run.Run(tests, lit_config, workers, display.update,
Ddisplay.py4 def create_display(opts, tests, total_tests, workers): argument
11 num_tests, of_total, workers)
/openbsd/src/usr.sbin/unbound/daemon/
Ddaemon.c568 daemon->workers = (struct worker**)calloc((size_t)daemon->num, in daemon_create_workers()
570 if(!daemon->workers) in daemon_create_workers()
582 if(!(daemon->workers[i] = worker_create(daemon, i, in daemon_create_workers()
619 tube_close_read(daemon->workers[i]->cmd); in close_other_pipes()
622 tube_delete(daemon->workers[i]->cmd); in close_other_pipes()
623 daemon->workers[i]->cmd = NULL; in close_other_pipes()
672 ub_thread_create(&daemon->workers[i]->thr_id, in daemon_start_others()
673 thread_start, daemon->workers[i]); in daemon_start_others()
676 tube_close_read(daemon->workers[i]->cmd); in daemon_start_others()
694 worker_send_cmd(daemon->workers[i], worker_cmd_quit); in daemon_stop_others()
[all …]
Ddaemon.h106 struct worker** workers; member
Dstats.c436 if(!tube_write_msg(worker->daemon->workers[0]->cmd, in server_stats_reply()
Dremote.c653 worker_send_cmd(rc->worker->daemon->workers[i], in distribute_cmd()
655 if(!tube_write_msg(rc->worker->daemon->workers[i]->cmd, in distribute_cmd()
1121 server_stats_obtain(worker, daemon->workers[i], &s, reset); in do_stats()
/openbsd/src/usr.bin/dig/lib/isc/include/isc/
Dtask.h263 isc_taskmgr_create(unsigned int workers,
344 (*isc_taskmgrcreatefunc_t)(unsigned int workers,
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_mac_test.cpp175 pthread_t workers[kNumWorkers], forker; in TEST() local
177 PTHREAD_CREATE(&workers[i], 0, MallocIntrospectionLockWorker, 0); in TEST()
181 PTHREAD_JOIN(workers[i], 0); in TEST()
/openbsd/src/gnu/llvm/llvm/docs/
DHowToAddABuilder.rst46 the contact listed in a workers attributes - to proxy requests to the relevant
54 Volunteers can provide their build machines to work as build workers to
120 * workers are added to ``buildbot/osuosl/master/config/workers.py``
148 <http://lab.llvm.org/staging/#/workers>`_ to see if administrator
188 terms, we likely going to need multiple workers to build requests in parallel
191 on the order of 5-8 workers. If your build config takes ~2 hours, you'll
192 need something on the order of 20-30 workers. The rest of this section
238 With multiple workers, it is tempting to try to configure a shared cache
239 between the workers. Experience to date indicates this is difficult to
DLibFuzzer.rst182 worker processes can be overridden by the ``-workers=N`` option. For example,
183 running with ``-jobs=30`` on a 12-core machine would run 6 workers by default,
208 The plan is to eventually replace ``-jobs=N`` and ``-workers=N`` with ``-fork=N``.
311 ``-workers``
DDeveloperPolicy.rst714 executed on different *workers*. Builders and workers are configured and
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerDriver.cpp669 if (Flags.jobs > 0 && Flags.workers == 0) { in FuzzerDriver()
670 Flags.workers = std::min(NumberOfCpuCores() / 2, Flags.jobs); in FuzzerDriver()
671 if (Flags.workers > 1) in FuzzerDriver()
672 Printf("Running %u workers\n", Flags.workers); in FuzzerDriver()
675 if (Flags.workers > 0 && Flags.jobs > 0) in FuzzerDriver()
676 return RunInMultipleProcesses(Args, Flags.workers, Flags.jobs); in FuzzerDriver()
DFuzzerFlags.def117 FUZZER_FLAG_UNSIGNED(workers, 0,
/openbsd/src/usr.bin/dig/lib/isc/
Dtask.c686 isc_taskmgr_create(unsigned int workers, in isc_taskmgr_create() argument
696 REQUIRE(workers > 0); in isc_taskmgr_create()
/openbsd/src/usr.bin/calendar/calendars/
Dcalendar.ushistory91 06/22 Civil rights workers disappear in Mississippi, 1964
/openbsd/src/usr.bin/m4/TEST/
Dtest.m4173 wizards do not wan the workers or travelers to learn their incantations
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dlit.rst62 .. option:: -j N, --workers=N
/openbsd/src/lib/libc/time/
DTheory556 Laboratory workers who kept Mars time during the Mars Exploration
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq.pod1377 the perlfaq. perlfaq-workers and others have also supplied feedback,
/openbsd/src/share/zoneinfo/datfiles/
Dafrica266 # hot in Egypt), and the idea is to make fasting easier for workers by
Dasia1286 # In January 1906, several thousand cotton-mill workers rioted on the
1537 # and referring to the law for equating the working hours of workers
Dnorthamerica563 # Sitka workers did not change their calendars until Sunday, 1867-10-20,
/openbsd/src/games/fortune/datfiles/
Dfortunes-o1082 "Comrades, as leader of the socialist workers revolution, my life must
/openbsd/src/usr.sbin/amd/doc/
Damdref.texinfo181 developments. To subscribe, send a note to @file{amd-workers-request@@acl.lanl.gov}.

12