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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent-internal.h286 /** A socketpair used by some th_notify functions to wake up the main
289 /** An event used by some th_notify functions to wake up the main
291 struct event th_notify; member in struct:event_base
H A Devent.c711 event_del(&base->th_notify);
717 event_debug_unassign(&base->th_notify);
833 event_queue_remove(base, &base->th_notify,
835 if (base->th_notify.ev_flags & EVLIST_ACTIVE)
836 event_queue_remove(base, &base->th_notify,
844 event_debug_unassign(&base->th_notify);
2808 event_assign(&base->th_notify, base, base->th_notify_fd[0],
2812 base->th_notify.ev_flags |= EVLIST_INTERNAL;
2813 event_priority_set(&base->th_notify, 0);
2815 return event_add(&base->th_notify, NUL
[all...]

Completed in 104 milliseconds