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

/freebsd-13-stable/contrib/ntp/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)
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c127 * We assume that 'want_shutdown' can be read and written atomically.
129 isc_boolean_t want_shutdown; member in struct:isc__appctx
193 isc_g_appctx.want_shutdown = ISC_TRUE;
261 ctx->want_shutdown = ISC_FALSE;
431 while (!ctx->want_shutdown) {
509 * event loop recursively until the want_shutdown flag
543 isc_g_appctx.want_shutdown = ISC_FALSE;
559 isc_g_appctx.want_shutdown = ISC_TRUE;
635 while (!ctx->want_shutdown) {
654 ctx->want_shutdown
[all...]

Completed in 86 milliseconds