Home
last modified time | relevance | path

Searched refs:num_pending (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dasyn-ares.c91 int num_pending; /* number of ares_gethostbyname() requests */ member
321 if(res && !res->num_pending) { in Curl_resolver_is_resolved()
468 res->num_pending--; in query_completed_cb()
555 res->num_pending = 2; in Curl_resolver_getaddrinfo()
564 res->num_pending = 1; in Curl_resolver_getaddrinfo()
574 res->num_pending = 1; in Curl_resolver_getaddrinfo()
/external/autotest/client/tests/aiostress/
Daio-stress.c157 int num_pending; member
460 oper->num_pending--; in finish_io()
463 if (oper->num_pending == 0 && in finish_io()
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)
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
Dtestharness.js953 this.num_pending = 0;
1095 this.num_pending++;
1100 return (this.tests.length > 0 && this.all_loaded && this.num_pending === 0 &&
1143 this.num_pending--;
1365 tests.num_pending + " remain";