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

  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 82 isc_eventlist_t on_run; member in struct:isc_appctx
130 ISC_LIST_INIT(ctx->on_run);
227 ISC_LIST_APPEND(ctx->on_run, event, ev_link);
251 for (event = ISC_LIST_HEAD(ctx->on_run); event != NULL;
255 ISC_LIST_UNLINK(ctx->on_run, event, ev_link);

Completed in 15 milliseconds