Searched refs:event_base_priority_init (Results 1 – 3 of 3) sorted by relevance
1469 int event_base_priority_init(struct event_base *, int);
709 if (event_base_priority_init(base, 1) < 0) { in event_base_new_with_config()1236 return event_base_priority_init(current_base, npriorities); in event_priority_init()1240 event_base_priority_init(struct event_base *base, int npriorities) in event_base_priority_init() function
2230 event_base_priority_init(global_base, npriorities); in test_priorities_impl()2309 tt_int_op(event_base_priority_init(base, 8), ==, 0); in test_priority_active_inversion()