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

  /src/external/mit/libuv/dist/test/
test-tcp-open.c 33 static int shutdown_requested = 0; variable
164 if (shutdown_requested)
181 shutdown_requested++;
400 ASSERT_EQ(1, shutdown_requested);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 83 atomic_bool shutdown_requested; member in struct:isc_appctx
132 atomic_init(&ctx->shutdown_requested, false);
390 /* If ctx->shutdown_requested == true, we are already shutting
393 if (atomic_compare_exchange_strong_acq_rel(&ctx->shutdown_requested,
435 if (!atomic_load_acquire(&ctx->shutdown_requested)) {

Completed in 63 milliseconds