HomeSort by relevance Sort by last modified time
    Searched refs:num_pending (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
asyn-ares.c 89 int num_pending; /* number of ares_gethostbyname() requests */ member in struct:ResolverResults
319 if(res && !res->num_pending) {
475 res->num_pending--;
562 res->num_pending = 2;
571 res->num_pending = 1;
581 res->num_pending = 1;
  /external/autotest/client/tests/aiostress/
aio-stress.c 157 int num_pending; member in struct:io_oper
460 oper->num_pending--;
463 if (oper->num_pending == 0 &&
536 if (oper->num_pending == 0)
553 if (oper->num_pending == 0)
654 if (oper->num_pending > 0) {
655 fprintf(stderr, "oper num_pending is %d\n", oper->num_pending);
732 io->io_oper->num_pending++;
812 if (oper->num_pending)
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 159 int num_pending; member in struct:io_oper
474 oper->num_pending--;
477 if (oper->num_pending == 0 &&
552 if (oper->num_pending == 0)
569 if (oper->num_pending == 0)
670 if (oper->num_pending > 0) {
671 fprintf(stderr, "oper num_pending is %d\n", oper->num_pending);
748 io->io_oper->num_pending++;
831 if (oper->num_pending)
    [all...]

Completed in 364 milliseconds