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

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent-internal.h340 int (*th_notify_fn)(struct event_base *base); member in struct:event_base
H A Devent.c936 if (base->th_notify_fn != NULL) {
938 base->th_notify_fn = NULL;
2447 if (!base->th_notify_fn)
2452 return base->th_notify_fn(base);
3535 if (base->th_notify_fn != NULL) {
3542 base->th_notify_fn = event_kq_notify_base_;
3565 base->th_notify_fn = notify;
/freebsd-12-stable/contrib/libevent/
H A Devent-internal.h340 int (*th_notify_fn)(struct event_base *base); member in struct:event_base
H A Devent.c979 if (base->th_notify_fn != NULL) {
981 base->th_notify_fn = NULL;
2494 if (!base->th_notify_fn)
2499 return base->th_notify_fn(base);
3585 if (base->th_notify_fn != NULL) {
3592 base->th_notify_fn = event_kq_notify_base_;
3615 base->th_notify_fn = notify;

Completed in 174 milliseconds