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

/bind-9.11.3/lib/isc/win32/
H A Dapp.c102 isc_boolean_t blocked; member in struct:isc__appctx
168 ctx->blocked = ISC_FALSE;
304 if (ctx->want_shutdown && ctx->blocked)
392 REQUIRE(!isc_g_appctx.blocked);
394 isc_g_appctx.blocked = ISC_TRUE;
401 REQUIRE(isc_g_appctx.blocked);
403 isc_g_appctx.blocked = ISC_FALSE;
/bind-9.11.3/lib/isc/unix/
H A Dapp.c112 isc_boolean_t blocked; member in struct:isc__appctx
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
[all...]

Completed in 25 milliseconds