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
216 if (!nta->shuttingdown) {
241 if (nta->shuttingdown || atomic_load_acquire(&ntatable->shuttingdown)) {
318 if (atomic_load_acquire(&ntatable->shuttingdown)) {
401 if (result == ISC_R_SUCCESS && pval == nta && !nta->shuttingdown) {
630 nta->shuttingdown = true;
643 atomic_store_release(&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));
430 if (atomic_load_acquire(&requestmgr->shuttingdown)) {
551 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,
2092 if (atomic_load(&catz->catzs->shuttingdown)) {
2150 if (atomic_load(&catzs->shuttingdown)) {
2264 if (atomic_load(&catzs->shuttingdown)) {
2360 if (atomic_load(&catzs->shuttingdown)) {
2533 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
390 if (atomic_load(&xfr->shuttingdown)) {
417 if (atomic_load(&xfr->shuttingdown)) {
622 if (atomic_load(&xfr->shuttingdown)) {
628 /* This also checks for shuttingdown condition */
650 if (atomic_load(&xfr->shuttingdown)) {
1266 if (atomic_compare_exchange_strong(&xfr->shuttingdown, &(bool){ false },
1486 if (atomic_load(&xfr->shuttingdown)) {
1766 if (atomic_load(&xfr->shuttingdown)) {
1827 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:__anon49
1713 if (xfr->shuttingdown) {
1752 xfr->shuttingdown = true;
1760 REQUIRE(xfr->shuttingdown);
1771 xfr->shuttingdown = true;
  /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/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 */
395 if (!conn->shuttingdown) {
408 if (conn->shuttingdown) {
    [all...]
  /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)) {
3410 atomic_init(&shuttingdown, false);

Completed in 67 milliseconds