Home | History | Annotate | Download | only in apps

Lines Matching defs:multi

107 static int multi = 0;
161 {"multi", OPT_MULTI, 'p', "run multiple responder processes"},
512 multi = atoi(opt_arg());
594 if (multi && acbio != NULL)
841 if (multi) {
850 if (!multi) {
890 for (i = 0; i < multi; ++i)
906 * Loop spawning up to `multi` child processes, only child processes return
924 kidpids = app_malloc(multi * sizeof(*kidpids), "child PID array");
925 for (i = 0; i < multi; ++i)
938 while (termsig == 0 && procs >= multi) {
947 if (i >= multi) {
992 for (i = 0; i < multi; ++i) {
999 if (i >= multi) {