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

  /external/curl/lib/
asyn-ares.c 91 int num_pending; /* number of ares_gethostbyname() requests */ member in struct:ResolverResults
321 if(res && !res->num_pending) {
468 res->num_pending--;
555 res->num_pending = 2;
564 res->num_pending = 1;
574 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...]

Completed in 313 milliseconds