| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | run.py | 19 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
|
| H A D | main.py | 218 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,
|
| H A D | display.py | 4 def create_display(opts, tests, total_tests, workers): argument 11 num_tests, of_total, workers)
|
| /openbsd-src/usr.sbin/unbound/daemon/ |
| H A D | daemon.c | 2 * daemon/daemon.c - collection of workers that handles requests. 39 * The daemon consists of global settings and a number of workers. 568 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 thread_start() 622 tube_delete(daemon->workers[i]->cmd); in thread_start() 623 daemon->workers[i]->cmd = NULL; in thread_start() 672 ub_thread_create(&daemon->workers[i]->thr_id, in daemon_stop_others() 673 thread_start, daemon->workers[ in daemon_stop_others() [all...] |
| H A D | daemon.h | 2 * daemon/daemon.h - collection of workers that handles requests. 39 * The daemon consists of global settings and a number of workers. 106 struct worker** workers; 180 * Fork workers and start service. 194 * Delete workers, close listening ports. 105 struct worker** workers; global() member
|
| H A D | stats.c | 436 if(!tube_write_msg(worker->daemon->workers[0]->cmd, in server_stats_add()
|
| H A D | remote.c | 653 worker_send_cmd(rc->worker->daemon->workers[i], in do_reload() 655 if(!tube_write_msg(rc->worker->daemon->workers[i]->cmd, 1121 server_stats_obtain(worker, daemon->workers[i], &s, reset); in parse_arg_name()
|
| /openbsd-src/usr.bin/dig/lib/isc/include/isc/ |
| H A D | task.h | 263 isc_taskmgr_create(unsigned int workers, 344 (*isc_taskmgrcreatefunc_t)(unsigned int workers,
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| H A D | asan_mac_test.cpp | 175 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/ |
| H A D | HowToAddABuilder.rst | 46 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
|
| H A D | LibFuzzer.rst | 182 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``
|
| H A D | DeveloperPolicy.rst | 714 executed on different *workers*. Builders and workers are configured and
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDriver.cpp | 669 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()
|
| H A D | FuzzerFlags.def | 117 FUZZER_FLAG_UNSIGNED(workers, 0,
|
| /openbsd-src/usr.bin/dig/lib/isc/ |
| H A D | task.c | 686 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/ |
| H A D | calendar.ushistory | 91 06/22 Civil rights workers disappear in Mississippi, 1964
|
| /openbsd-src/usr.bin/m4/TEST/ |
| H A D | test.m4 | 173 wizards do not wan the workers or travelers to learn their incantations
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | lit.rst | 62 .. option:: -j N, --workers=N
|
| /openbsd-src/lib/libc/time/ |
| H A D | Theory | 556 Laboratory workers who kept Mars time during the Mars Exploration
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq.pod | 1377 the perlfaq. perlfaq-workers and others have also supplied feedback,
|
| /openbsd-src/share/zoneinfo/datfiles/ |
| H A D | africa | 266 # hot in Egypt), and the idea is to make fasting easier for workers by
|
| H A D | asia | 1286 # In January 1906, several thousand cotton-mill workers rioted on the 1537 # and referring to the law for equating the working hours of workers
|
| H A D | northamerica | 563 # Sitka workers did not change their calendars until Sunday, 1867-10-20,
|
| /openbsd-src/usr.sbin/amd/doc/ |
| H A D | amdref.texinfo | 181 developments. To subscribe, send a note to @file{amd-workers-request@@acl.lanl.gov}.
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 855 unethical co-workers, his greedy wife, and his snivelling, spoiled 6711 in line by healthy suspicion and surveillance by the workers. 9840 Back in '80 or '81 the workers were rioting in Gdansk and there were fears 13722 otherwise the plan was off. Sam's boss and his fellow workers pleaded 20936 If there were a school for, say, sheet metal workers, that after three 29037 the parachutes and declared "Comrades, as leader of the socialist workers 38159 fellow workers will surely buy beers for thy widow and console 41625 A dues-paying club workers wield to strike management. 45571 government workers than there are workers.
|