Home | History | Annotate | Download | only in libevent

Lines Matching full:priority

228 	int ev_pri;		/* smaller numbers are higher priority */
680 By default libevent schedules all active events with the same priority.
682 priority than others. For that reason, libevent supports strict priority
683 queues. Active events with a lower priority are always processed before
684 events with a higher priority.
689 used to assign a priority to an event. By default, libevent assigns the
690 middle priority to all events unless their priority is explicitly set.
714 Assign a priority to an event.
717 @param priority the new priority to be assigned
829 Assign a priority to a bufferevent.
832 @param pri the priority to be assigned