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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 570 atomic_bool priming; member in struct:dns_resolver
3790 * to NSes. This is currently used to make sure that priming query
6587 * or not. If this was a priming query, additional
10443 REQUIRE(!atomic_load_acquire(&res->priming));
10692 atomic_init(&res->priming, false);
10778 "resolver priming query complete");
10787 INSIST(atomic_compare_exchange_strong_acq_rel(&res->priming,
10828 &res->priming, &(bool){ false }, true);
10834 * start the priming fetch like any other fetch, and holding
10836 * because we're the ones who set res->priming to true
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 614 atomic_bool priming; member in struct:dns_resolver
3431 * to NSes. This is currently used to make sure that priming
6251 * additional or not. If this was a priming
10228 REQUIRE(!atomic_load_acquire(&res->priming));
10424 "resolver priming query complete: %s",
10432 atomic_compare_exchange_enforced(&res->priming, &(bool){ true }, false);
10470 &res->priming, &(bool){ false }, true);
10476 * start the priming fetch like any other fetch, and
10478 * start it because we're the ones who set res->priming
10480 * while we're running will see that res->priming i
    [all...]

Completed in 27 milliseconds