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

/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dapp.c43 static isc_eventlist_t on_run; variable
97 ISC_LIST_INIT(on_run);
127 ISC_LIST_APPEND(on_run, event, ev_link);
149 for (event = ISC_LIST_HEAD(on_run);
153 ISC_LIST_UNLINK(on_run, event, ev_link);
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c122 isc_eventlist_t on_run; member in struct:isc__appctx
257 ISC_LIST_INIT(ctx->on_run);
413 ISC_LIST_APPEND(isc_g_appctx.on_run, event, ev_link);
594 for (event = ISC_LIST_HEAD(ctx->on_run);
598 ISC_LIST_UNLINK(ctx->on_run, event, ev_link);

Completed in 77 milliseconds