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

/bind-9.11.3/lib/isc/win32/
H A Dapp.c89 isc_eventlist_t on_run; member in struct:isc__appctx
176 ISC_LIST_INIT(ctx->on_run);
228 ISC_LIST_APPEND(ctx->on_run, event, ev_link);
258 for (event = ISC_LIST_HEAD(ctx->on_run);
262 ISC_LIST_UNLINK(ctx->on_run, event, ev_link);
/bind-9.11.3/lib/isc/unix/
H A Dapp.c99 isc_eventlist_t on_run; member in struct:isc__appctx
253 ISC_LIST_INIT(ctx->on_run);
424 ISC_LIST_APPEND(ctx->on_run, event, ev_link);
602 for (event = ISC_LIST_HEAD(ctx->on_run);
606 ISC_LIST_UNLINK(ctx->on_run, event, ev_link);

Completed in 23 milliseconds