HomeSort by: relevance | last modified time | path
    Searched refs:want_shutdown (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 85 atomic_bool want_shutdown; member in struct:isc_appctx
134 atomic_init(&ctx->want_shutdown, false);
278 while (!atomic_load_acquire(&ctx->want_shutdown)) {
297 atomic_store_release(&ctx->want_shutdown, true);
326 &ctx->want_shutdown, true);
341 if (atomic_load_acquire(&ctx->want_shutdown)) {
357 if (atomic_load_acquire(&ctx->want_shutdown) &&
401 atomic_store_release(&ctx->want_shutdown, true);
414 atomic_store_release(&ctx->want_shutdown, true);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 305 bool want_shutdown; member in struct:fetchctx
4855 if (fctx->want_shutdown) {
4859 fctx->want_shutdown = true;
4929 INSIST(fctx->want_shutdown);
4974 if (fctx->want_shutdown) {
5198 fctx->want_shutdown = false;

Completed in 23 milliseconds