Home | History | Annotate | Download | only in apps

Lines Matching defs:multi

214 static int do_multi(int multi);
601 int multi=0;
726 else if ((argc > 0) && (strcmp(*argv,"-multi") == 0))
732 BIO_printf(bio_err,"no multi count given\n");
735 multi=atoi(argv[0]);
736 if(multi <= 0)
738 BIO_printf(bio_err,"bad multi count\n");
1114 BIO_printf(bio_err,"-multi n run n benchmarks in parallel.\n");
1124 if(multi && do_multi(multi))
2603 static int do_multi(int multi)
2610 fds=malloc(multi*sizeof *fds);
2611 for(n=0 ; n < multi ; ++n)
2636 for(n=0 ; n < multi ; ++n)