Searched refs:ev_timeout_pos (Results 1 – 4 of 4) sorted by relevance
66 void min_heap_elem_init_(struct event* e) { e->ev_timeout_pos.min_heap_idx = -1; } in min_heap_elem_init_()85 e->ev_timeout_pos.min_heap_idx = -1; in min_heap_pop_()93 return e->ev_timeout_pos.min_heap_idx == 0; in min_heap_elt_is_top_()98 if (-1 != e->ev_timeout_pos.min_heap_idx) in min_heap_erase_()101 unsigned parent = (e->ev_timeout_pos.min_heap_idx - 1) / 2; in min_heap_erase_()107 if (e->ev_timeout_pos.min_heap_idx > 0 && min_heap_elem_greater(s->p[parent], last)) in min_heap_erase_()108 min_heap_shift_up_unconditional_(s, e->ev_timeout_pos.min_heap_idx, last); in min_heap_erase_()110 min_heap_shift_down_(s, e->ev_timeout_pos.min_heap_idx, last); in min_heap_erase_()111 e->ev_timeout_pos.min_heap_idx = -1; in min_heap_erase_()119 if (-1 == e->ev_timeout_pos.min_heap_idx) { in min_heap_adjust_()[all …]
885 ev_timeout_pos.ev_next_with_common_timeout); in event_base_free_()3282 ev_timeout_pos.ev_next_with_common_timeout); in event_queue_remove_timeout()3304 ev_timeout_pos.ev_next_with_common_timeout); in event_queue_reinsert_timeout()3311 ev_timeout_pos.ev_next_with_common_timeout); in event_queue_reinsert_timeout()3343 event_list, ev_timeout_pos.ev_next_with_common_timeout) { in insert_common_timeout_inorder()3352 ev_timeout_pos.ev_next_with_common_timeout); in insert_common_timeout_inorder()3357 ev_timeout_pos.ev_next_with_common_timeout); in insert_common_timeout_inorder()3709 ev_timeout_pos.ev_next_with_common_timeout) { in event_base_foreach_event_nolock_()3850 ev_timeout_pos.ev_next_with_common_timeout) { in event_base_active_by_fd()3980 EVUTIL_ASSERT(ev->ev_timeout_pos.min_heap_idx == i); in event_base_assert_ok_nolock_()[all …]
40 ev->ev_timeout_pos.min_heap_idx = -1; in set_random_timeout()
130 } ev_timeout_pos; member