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

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtask.c112 isc_eventlist_t on_shutdown; member in struct:isc__task
301 REQUIRE(EMPTY(task->on_shutdown));
355 INIT_LIST(task->on_shutdown);
437 for (event = TAIL(task->on_shutdown);
441 DEQUEUE(task->on_shutdown, event, ev_link);
825 ENQUEUE(task->on_shutdown, event, ev_link);

Completed in 109 milliseconds