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

/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dapp.c45 static isc_boolean_t shutdown_requested = ISC_FALSE; variable
208 if (shutdown_requested)
211 shutdown_requested = ISC_TRUE;
230 if (shutdown_requested)
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c123 isc_boolean_t shutdown_requested; member in struct:isc__appctx
259 ctx->shutdown_requested = ISC_FALSE;
722 if (ctx->shutdown_requested)
725 ctx->shutdown_requested = ISC_TRUE;
780 if (ctx->shutdown_requested)

Completed in 47 milliseconds