Searched defs:exiting (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dshutdown_test.c39 isc_boolean_t exiting; member in struct:__anon30
67 info->exiting = ISC_TRUE;
85 info->exiting = ISC_TRUE;
110 } else if (info->ticks >= 15 && info->exiting) {
/bind-9.6-ESV-R11/lib/isc/
H A Dtask.c122 isc_boolean_t exiting; member in struct:isc_taskmgr
130 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
157 * task manager is exiting. Wake up
176 isc_boolean_t exiting; local
204 exiting = ISC_FALSE;
206 if (!manager->exiting) {
211 exiting = ISC_TRUE;
214 if (exiting) {
833 * lock before exiting the 'if (task != NULL)' block.
1005 ISC_MSG_EXITING, "exiting"));
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dcontrolconf.c98 isc_boolean_t exiting; member in struct:controllistener
140 INSIST(listener->exiting);
157 if (listener->exiting &&
190 if (!listener->exiting) {
202 listener->exiting = ISC_TRUE;
1076 listener->exiting = ISC_FALSE;
1178 listener->exiting = ISC_TRUE;
H A Dclient.c124 isc_boolean_t exiting; member in struct:ns_clientmgr
511 if (manager->exiting &&
2427 manager->exiting = ISC_FALSE;
2464 manager->exiting = ISC_TRUE;
/bind-9.6-ESV-R11/lib/dns/
H A Drequest.c66 isc_boolean_t exiting; member in struct:dns_requestmgr
204 requestmgr->exiting = ISC_FALSE;
231 if (requestmgr->exiting) {
265 if (!requestmgr->exiting) {
266 requestmgr->exiting = ISC_TRUE;
289 REQUIRE(!source->exiting);
315 if (requestmgr->iref == 0 && requestmgr->exiting) {
332 REQUIRE(!source->exiting);
360 INSIST(requestmgr->exiting &&
781 if (requestmgr->exiting) {
[all...]
H A Drbtdb.c352 isc_boolean_t exiting; member in struct:__anon125
1011 rbtdb->node_locks[i].exiting = ISC_TRUE;
4934 nodelock->exiting) {
7131 rbtdb->node_locks[i].exiting = ISC_FALSE;
H A Dresolver.c332 isc_boolean_t exiting; member in struct:fctxbucket
400 isc_boolean_t exiting; member in struct:dns_resolver
1080 if (count == fctx->res->spillat && !fctx->res->exiting) {
3128 if (res->buckets[bucketnum].exiting &&
3934 * true if the resolver is exiting and this is the last fctx in the bucket.
6488 if (fctx->res->exiting) {
7266 INSIST(!res->exiting);
7380 res->buckets[i].exiting = ISC_FALSE;
7401 res->exiting = ISC_FALSE;
7550 if (!res->exiting
[all...]
H A Dzone.c7387 isc_boolean_t exiting = ISC_FALSE; local
7405 zone_debuglog(zone, me, 1, "exiting");
7406 exiting = ISC_TRUE;
7578 if (exiting || zone->curmaster >= zone->masterscnt) {
7580 if (!exiting &&
11104 * If we are exiting just pretend we got quota so the zone will

Completed in 111 milliseconds