Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dasyn-ares.c89 int num_pending; /* number of ares_gethostbyname() requests */ member
363 && res->num_pending in Curl_resolver_is_resolved()
379 DEBUGASSERT(res->num_pending == 0); in Curl_resolver_is_resolved()
382 if(res && !res->num_pending) { in Curl_resolver_is_resolved()
550 res->num_pending--; in query_completed_cb()
567 if(res->num_pending in query_completed_cb()
578 DEBUGASSERT(res->num_pending == 1); in query_completed_cb()
665 res->num_pending = 2; in Curl_resolver_getaddrinfo()
676 res->num_pending = 1; in Curl_resolver_getaddrinfo()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c159 int num_pending; member
474 oper->num_pending--; in finish_io()
477 if (oper->num_pending == 0 && in finish_io()
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)
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_task_queues_unittests.cc219 int num_pending = task_queues->GetNumPendingTasks( in TEST() local
222 ASSERT_EQ(num_pending, num_added); in TEST()
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js2095 this.num_pending = 0;
2260 this.num_pending++;
2275 (this.num_pending === 0 || this.is_aborted) && !this.wait_for_finish &&
2301 this.num_pending--;
2689 var done_count = tests.tests.length - tests.num_pending;
2696 tests.num_pending + " remain";
/third_party/libsoup/libsoup/
Dsoup-session.c1804 guint num_pending = 0; in get_connection_for_host() local
1821 num_pending++; in get_connection_for_host()
1827 if (num_pending > host->num_messages / 2) { in get_connection_for_host()