Searched refs:event_base_priority_init (Results 1 – 2 of 2) sorted by relevance
1118 int event_base_priority_init(struct event_base *, int);
624 if (event_base_priority_init(base, 1) < 0) { in event_base_new_with_config()1003 return event_base_priority_init(current_base, npriorities); in event_priority_init()1007 event_base_priority_init(struct event_base *base, int npriorities) in event_base_priority_init() function