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

/freebsd-11-stable/contrib/pf/libevent/
H A Devbuffer.c263 if (event_priority_set(&bufev->ev_read, priority) == -1)
265 if (event_priority_set(&bufev->ev_write, priority) == -1)
H A Devent.h208 int event_priority_set(struct event *, int);
H A Devent.c546 event_priority_set(struct event *ev, int pri) function
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h274 * event_priority_set()
1460 event_priority_set() function can be used to assign a priority to an
1473 @see event_priority_set()
1497 int event_priority_set(struct event *, int);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c658 if (event_priority_set(&bufev->ev_read, priority) == -1)
660 if (event_priority_set(&bufev->ev_write, priority) == -1)
H A Dsignal.c202 event_priority_set(&base->sig.ev_signal, 0);
H A Devent.c1457 event_priority_set(&new_ctl->timeout_event, 0);
2259 event_priority_set(struct event *ev, int pri) function
3573 event_priority_set(&base->th_notify, 0);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c2062 if (event_priority_set(&one.ev, 0) == -1) {
2068 if (event_priority_set(&two.ev, npriorities - 1) == -1) {
2145 event_priority_set(&pai_events[0], 4);
2146 event_priority_set(&pai_events[1], 4);
2147 event_priority_set(&pai_events[2], 0);

Completed in 85 milliseconds