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

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
nta.h 61 bool shuttingdown; member in struct:dns_ntatable
  /src/external/mpl/bind/dist/lib/isc/
loop_p.h 58 bool shuttingdown; member in struct:isc_loop
95 atomic_bool shuttingdown; member in struct:isc_loopmgr
  /src/external/mpl/bind/dist/lib/dns/
nta.c 51 atomic_bool shuttingdown; member in struct:dns_ntatable
67 bool shuttingdown; member in struct:dns__nta
233 if (atomic_load(&ntatable->shuttingdown)) {
310 if (atomic_load(&ntatable->shuttingdown)) {
384 if (result == ISC_R_SUCCESS && pval == nta && !nta->shuttingdown) {
608 nta->shuttingdown = true;
621 ntatable->shuttingdown = true;
request.c 56 atomic_bool shuttingdown; member in struct:dns_requestmgr
201 first = atomic_compare_exchange_strong(&requestmgr->shuttingdown,
235 INSIST(atomic_load(&requestmgr->shuttingdown));
445 if (atomic_load_acquire(&requestmgr->shuttingdown)) {
573 if (atomic_load_acquire(&requestmgr->shuttingdown)) {
catz.c 146 atomic_bool shuttingdown; member in struct:dns_catz_zones
922 INSIST(!atomic_load(&catzs->shuttingdown));
1057 REQUIRE(atomic_load(&catzs->shuttingdown));
1072 if (!atomic_compare_exchange_strong(&catzs->shuttingdown,
2084 if (atomic_load(&catz->catzs->shuttingdown)) {
2142 if (atomic_load(&catzs->shuttingdown)) {
2256 if (atomic_load(&catzs->shuttingdown)) {
2352 if (atomic_load(&catzs->shuttingdown)) {
2525 if (catz->updatepending && !atomic_load(&catz->catzs->shuttingdown)) {
rpz.c 1623 if (rpz->rpzs->shuttingdown) {
1760 if (rpz->updatepending && !rpz->rpzs->shuttingdown) {
1977 bool shuttingdown = false; local
1980 shuttingdown = rpzs->shuttingdown;
1983 if (shuttingdown) {
2000 goto shuttingdown;
2021 shuttingdown:
2037 if (rpz->rpzs->shuttingdown) {
2165 REQUIRE(rpzs->shuttingdown);
    [all...]
xfrin.c 121 atomic_bool shuttingdown; member in struct:dns_xfrin
389 if (atomic_load(&xfr->shuttingdown)) {
416 if (atomic_load(&xfr->shuttingdown)) {
621 if (atomic_load(&xfr->shuttingdown)) {
627 /* This also checks for shuttingdown condition */
649 if (atomic_load(&xfr->shuttingdown)) {
1233 if (atomic_compare_exchange_strong(&xfr->shuttingdown, &(bool){ false },
1453 if (atomic_load(&xfr->shuttingdown)) {
1733 if (atomic_load(&xfr->shuttingdown)) {
1794 atomic_store(&xfr->shuttingdown, true)
    [all...]
  /src/external/mpl/bind/dist/lib/ns/
interfacemgr.c 84 atomic_bool shuttingdown; /*%< Interfacemgr shutting down */ member in struct:ns_interfacemgr
300 atomic_init(&mgr->shuttingdown, false);
435 atomic_store(&mgr->shuttingdown, true);
1446 if (atomic_load(&mgr->shuttingdown)) {
xfrout.c 663 bool shuttingdown; member in struct:__anon2
1706 if (xfr->shuttingdown) {
1745 xfr->shuttingdown = true;
1753 REQUIRE(xfr->shuttingdown);
1764 xfr->shuttingdown = true;
  /src/external/mpl/bind/dist/bin/named/
controlconf.c 87 bool shuttingdown; member in struct:controlconnection
96 bool shuttingdown; member in struct:controllistener
111 bool shuttingdown; member in struct:named_controls
176 REQUIRE(listener->shuttingdown);
203 if (listener->shuttingdown) {
206 listener->shuttingdown = true;
250 if (conn->shuttingdown) {
251 /* The connection is shuttingdown */
398 if (!conn->shuttingdown) {
411 if (conn->shuttingdown) {
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c 112 bool shuttingdown; member in struct:dns_xfrin_ctx
751 if (!xfr->shuttingdown) {
842 xfr->shuttingdown = true;
872 xfr->shuttingdown = false;
1041 if (xfr->shuttingdown) {
1292 if (xfr->shuttingdown) {
1499 xfr->shuttingdown = true;
1545 if (!xfr->shuttingdown || xfr->refcount != 0 || xfr->connects != 0 ||
1551 INSIST(!xfr->shuttingdown || xfr->shutdown_result != ISC_R_UNSET);
1557 result_str = (xfr->shuttingdown
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
task.c 122 atomic_bool shuttingdown; member in struct:isc_task
128 #define TASK_SHUTTINGDOWN(t) (atomic_load_acquire(&(t)->shuttingdown))
246 atomic_init(&task->shuttingdown, false);
305 if (atomic_compare_exchange_strong(&task->shuttingdown,
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rpz.h 278 bool shuttingdown; member in struct:dns_rpz_zones
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 166 static bool shuttingdown = false; variable
761 shuttingdown = true;
2540 if (shuttingdown) {
2728 if (shuttingdown) {
3252 if (shuttingdown) {
3522 if (shuttingdown) {
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr-int.h 217 bool shuttingdown; member in struct:isc__networker
350 atomic_bool shuttingdown; member in struct:isc_nm
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 163 static atomic_bool shuttingdown; variable
1579 atomic_store(&shuttingdown, true);
1600 if (atomic_load(&shuttingdown)) {
3408 atomic_init(&shuttingdown, false);

Completed in 27 milliseconds