Searched refs:sends (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/rndc/
H A Drndc.c86 static atomic_uint_fast32_t sends = 0; variable
309 if (atomic_fetch_sub_release(&sends, 1) == 1 &&
396 atomic_load_acquire(&sends) == 0)
494 atomic_fetch_add_relaxed(&sends, 1);
569 atomic_fetch_add_relaxed(&sends, 1);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dxfrin.c110 int sends; /*%< Send in progress */ member in struct:dns_xfrin_ctx
779 } else if (xfr->sends > 0) {
870 xfr->sends = 0;
1227 xfr->sends++;
1260 xfr->sends--;
1546 xfr->sends != 0 || xfr->recvs != 0)
H A Dresolver.c253 unsigned int sends; member in struct:query
272 #define RESQUERY_SENDING(q) ((q)->sends > 0)
1926 if (query->sends == 0 && query->connects == 0) {
2029 query->sends--;
2148 query->sends = 0;
3054 query->sends++;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dxfrin.c109 isc_refcount_t sends; /*%< Send in progress */ member in struct:dns_xfrin_ctx
932 isc_refcount_init(&xfr->sends, 0);
1518 isc_refcount_increment0(&send_xfr->sends);
1548 isc_refcount_decrement0(&xfr->sends);
1895 isc_refcount_destroy(&xfr->sends);
H A Dresolver.c307 #define RESQUERY_SENDING(q) ((q)->sends > 0)
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dxfrout.c671 int sends; /* Send in progress */ member in struct:__anon229
1594 xfr->sends++;
1672 INSIST(xfr->sends == 0);
1713 xfr->sends--;
1714 INSIST(xfr->sends == 0);
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Ddoh_test.c667 * Sleep until sends reaches 5.
709 int_fast64_t sends = atomic_fetch_sub(&nsends, 1); local
712 if (sends > 0 && cbarg == NULL) {
733 int64_t sends = atomic_load(&nsends); local
738 while (sends > 0) {
754 sends = atomic_load(&nsends);

Completed in 476 milliseconds