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

/freebsd-11-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;

Completed in 464 milliseconds