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

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent-internal.h347 LIST_HEAD(once_event_list, event_once) once_events; member in struct:event_base
H A Devent.c832 while (LIST_FIRST(&base->once_events)) {
833 struct event_once *eonce = LIST_FIRST(&base->once_events);
2009 LIST_INSERT_HEAD(&base->once_events, eonce, next_once);
/freebsd-12-stable/contrib/libevent/
H A Devent-internal.h347 LIST_HEAD(once_event_list, event_once) once_events; member in struct:event_base
H A Devent.c875 while (LIST_FIRST(&base->once_events)) {
876 struct event_once *eonce = LIST_FIRST(&base->once_events);
2056 LIST_INSERT_HEAD(&base->once_events, eonce, next_once);

Completed in 143 milliseconds