Lines Matching refs:blocked
112 isc_boolean_t blocked;
259 ctx->blocked = ISC_FALSE;
313 * blocked by default, ensuring that only the thread that calls
340 * SIGINT and SIGTERM are not inherited as blocked from the parent
636 * wait for signals. Signals are blocked, so any such signal will
741 if (ctx->want_shutdown && ctx->blocked)
929 REQUIRE(!isc_g_appctx.blocked);
931 isc_g_appctx.blocked = ISC_TRUE;
948 REQUIRE(isc_g_appctx.blocked);
950 isc_g_appctx.blocked = ISC_FALSE;