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

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent-internal.h73 #define EV_CLOSURE_EVENT_PERSIST 2 macro
H A Devent.c1590 case EV_CLOSURE_EVENT_PERSIST:
2048 ev->ev_closure = EV_CLOSURE_EVENT_PERSIST;
2583 if (ev->ev_closure == EV_CLOSURE_EVENT_PERSIST && !tv_is_absolute)
/freebsd-12-stable/contrib/libevent/
H A Devent-internal.h73 #define EV_CLOSURE_EVENT_PERSIST 2 macro
H A Devent.c1637 case EV_CLOSURE_EVENT_PERSIST:
2095 ev->ev_closure = EV_CLOSURE_EVENT_PERSIST;
2630 if (ev->ev_closure == EV_CLOSURE_EVENT_PERSIST && !tv_is_absolute)

Completed in 109 milliseconds