HomeSort by: relevance | last modified time | path
    Searched defs:async_jobs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
loop_p.h 62 isc_jobqueue_t async_jobs; member in struct:isc_loop
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 230 {"async_jobs", OPT_ASYNCJOBS, 'p',
503 static int run_benchmark(int async_jobs, int (*loop_function) (void *),
1217 static int run_benchmark(int async_jobs,
1227 if (async_jobs == 0) {
1231 for (i = 0; i < async_jobs && !error; i++) {
1268 for (i = 0; i < async_jobs && num_inprogress > 0; i++) {
1290 "Decrease the value of async_jobs\n",
1312 for (i = 0; i < async_jobs; i++) {
1466 unsigned int i, k, loopargs_len = 0, async_jobs = 0; local
1668 async_jobs = atoi(opt_arg())
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 322 {"async_jobs", OPT_ASYNCJOBS, 'p',
631 static int run_benchmark(int async_jobs, int (*loop_function) (void *),
1235 static int run_benchmark(int async_jobs,
1245 if (async_jobs == 0) {
1249 for (i = 0; i < async_jobs && !error; i++) {
1286 for (i = 0; i < async_jobs && num_inprogress > 0; i++) {
1308 "Decrease the value of async_jobs\n",
1330 for (i = 0; i < async_jobs; i++) {
1400 unsigned int i, k, loop, loopargs_len = 0, async_jobs = 0; local
1601 async_jobs = atoi(opt_arg())
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 274 { "async_jobs", OPT_ASYNCJOBS, 'p',
659 static int run_benchmark(int async_jobs, int (*loop_function)(void *),
1626 static int run_benchmark(int async_jobs,
1636 if (async_jobs == 0) {
1640 for (i = 0; i < async_jobs && !error; i++) {
1677 for (i = 0; i < async_jobs && num_inprogress > 0; i++) {
1698 "Decrease the value of async_jobs\n",
1720 for (i = 0; i < async_jobs; i++) {
1973 unsigned int i, k, loopargs_len = 0, async_jobs = 0; local
2194 async_jobs = opt_int_arg()
    [all...]

Completed in 42 milliseconds