HomeSort by: relevance | last modified time | path
    Searched refs:processes (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
optpmap.py 28 def pmap(func, iterable, processes, should_print_progress, filter_=None, *args, **kwargs):
33 results. If `processes` is greater than one, a process pool is used to run
44 if processes == 1:
49 processes=processes)
  /src/external/mit/libuv/dist/test/
runner.c 162 process_info_t processes[1024]; local
204 &processes[process_count],
228 &processes[process_count],
237 main_proc = &processes[process_count];
291 /* Reap running processes except the main process, it's already dead. */
293 process_terminate(&processes[i]);
297 process_wait(processes, process_count - 1, -1) < 0) {
301 log_tap_result(test_count, test, status, &processes[i]);
303 /* Show error and output from processes if the test failed. */
311 switch (process_output_size(&processes[i]))
    [all...]
  /src/sys/arch/x68k/stand/libdos/
dos_procerr.S 2 | Called on errors of DOS calls for processes.
  /src/usr.bin/make/unit-tests/
varname-dot-makeflags.mk 4 # command line arguments and passes them on to any child processes via
27 # The environment variable 'MAKEFLAGS' is not available to child processes
directive-export-impl.mk 3 # Test for the implementation of exporting variables to child processes.
directive-export.mk 25 # the environment of all child processes.
varname-make_stack_trace.mk 10 # the sub-make processes. The space used for the stack traces would compete
varname-makeflags.mk 48 # separate words to the MAKEFLAGS for the child processes. Special characters
64 # make processes via MAKEFLAGS.
82 # 'MAKEFLAGS' to its child processes, even if the child process is not
directive-export-gmake.mk 6 # and its child processes. It does not affect the global variables or any
  /src/sys/arch/acorn32/doc/
bootoptions 55 maxproc= Specify the maximum in-core processes (L1 page tables)
  /src/external/bsd/top/dist/
top.c 477 /* get count of top processes to display */
498 caddr_t processes; local
509 /* get the current processes */
510 processes = get_process_info(&system_info, &(gstate->pselect), gstate->order_index);
512 /* determine number of processes to actually display */
515 /* this number will be the smallest of: active processes,
535 hdr = format_process_header(&(gstate->pselect), processes, active_procs);
567 i_process(i, format_next_process(processes, gstate->get_userid));
589 u_process(i, format_next_process(processes, gstate->get_userid));
907 message_error(" This terminal can only display %d processes",
    [all...]
configure 1296 --with-default-topn=N use N as the default for number of processes
1297 --with-nominal-topn=N use N as the default number of processes for
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev67/
popcount.asm 45 C The main loop processes two limbs at a time. An odd size is handled by
hamdist.asm 43 C The main loop processes two limbs from each operand on each iteration. An
  /src/bin/csh/
func.c 1363 * make sure that any processes we start stay in our pgrp.
1365 * Otherwise, under stty tostop, processes will stop in the wrong
  /src/external/apache2/llvm/dist/llvm/utils/
demangle_tree.py 150 pool = Pool(processes=pool_size)
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-collect-app.cc 59 static Process **processes; variable
96 Process *proc = processes[i];
1444 " -F {off|on|=<regex>} control to follow descendant processes; disable (off), enable (on),\n"
1445 " or collect data on all descendant processes whose name matches the\n"
  /src/external/gpl3/binutils.old/dist/gprofng/src/
gp-collect-app.cc 59 static Process **processes; variable
96 Process *proc = processes[i];
1444 " -F {off|on|=<regex>} control to follow descendant processes; disable (off), enable (on),\n"
1445 " or collect data on all descendant processes whose name matches the\n"
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
logops_n.asm 96 C necessary processes one limb separately at the low end to make it aligned.
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.def 279 start the rest of your "normal" processes.
285 if you have processes like
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 272 your restrictions. In this case, all the xinetd cvspserver processes
  /src/sys/arch/m68k/060sp/dist/
os.s 74 # The result is that Unix processes are allowed to sleep as a consequence
  /src/external/gpl2/gmake/dist/
job.c 97 # include <processes.h>
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
TestRunner.py 67 to collect processes that have been executed so that when
129 addProcess() we should be able to kill processes launched after
587 # as we should try avoid launching more processes.
  /src/external/bsd/nsd/dist/doc/
differences.tex 615 NSD does not give a formerr on these queries, it processes them.

Completed in 34 milliseconds

1 2