Searched refs:blocked (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dapp.c56 static isc_boolean_t blocked = ISC_FALSE; variable
194 if (want_shutdown && blocked)
248 REQUIRE(!blocked);
250 blocked = ISC_TRUE;
257 REQUIRE(blocked);
258 blocked = ISC_FALSE;
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c71 static isc_boolean_t blocked = ISC_FALSE; variable
210 * blocked by default, ensuring that only the thread that calls
235 * SIGINT and SIGTERM are not inherited as blocked from the parent
484 * for signals. Signals are blocked, so any such signal will simply
542 if (want_shutdown && blocked)
653 REQUIRE(!blocked);
655 blocked = ISC_TRUE;
672 REQUIRE(blocked);
674 blocked = ISC_FALSE;

Completed in 800 milliseconds