(If we allow user events to starve internal events, then internal events
never actually happen, signals don't get acked, etc)
/* we need to mark this as internal event */
base->th_notify.ev_flags |= EVLIST_INTERNAL;
+ event_priority_set(&base->th_notify, 0);
return event_add(&base->th_notify, NULL);
}
EV_READ | EV_PERSIST, evsig_cb, &base->sig.ev_signal);
base->sig.ev_signal.ev_flags |= EVLIST_INTERNAL;
+ event_priority_set(&base->sig.ev_signal, 0);
base->evsigsel = &evsigops;
base->evsigbase = &base->sig;