Searched refs:want_shutdown (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dapp.c48 * We assume that 'want_shutdown' can be read and written atomically.
50 static isc_boolean_t want_shutdown = ISC_FALSE; variable
168 while (!want_shutdown) {
185 want_shutdown = ISC_TRUE;
194 if (want_shutdown && blocked)
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c63 * We assume that 'want_shutdown' can be read and written atomically.
65 static volatile isc_boolean_t want_shutdown = ISC_FALSE; variable
94 want_shutdown = ISC_TRUE;
305 while (!want_shutdown) {
373 * event loop recursively until the want_shutdown flag
407 want_shutdown = ISC_FALSE;
423 want_shutdown = ISC_TRUE;
488 while (!want_shutdown) {
508 want_shutdown = ISC_TRUE;
518 want_shutdown
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c185 isc_boolean_t want_shutdown; member in struct:fetchctx
3274 if (fctx->want_shutdown)
3277 fctx->want_shutdown = ISC_TRUE;
3341 INSIST(fctx->want_shutdown);
3383 if (fctx->want_shutdown) {
3565 fctx->want_shutdown = ISC_FALSE;

Completed in 29 milliseconds