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

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent-internal.h333 /** A socketpair used by some th_notify functions to wake up the main
336 /** An event used by some th_notify functions to wake up the main
338 struct event th_notify; member in struct:event_base
H A Devent.c777 event_del(&base->th_notify);
783 event_debug_unassign(&base->th_notify);
941 event_del_nolock_(&base->th_notify, EVENT_DEL_AUTOBLOCK);
947 event_debug_unassign(&base->th_notify);
3568 event_assign(&base->th_notify, base, base->th_notify_fd[0],
3572 base->th_notify.ev_flags |= EVLIST_INTERNAL;
3573 event_priority_set(&base->th_notify, 0);
3575 return event_add_nolock_(&base->th_notify, NULL, 0);

Completed in 104 milliseconds