19 #ifndef GRPC_CORE_LIB_IOMGR_TIMER_HEAP_H 20 #define GRPC_CORE_LIB_IOMGR_TIMER_HEAP_H grpc_timer * grpc_timer_heap_top(grpc_timer_heap *heap)
void grpc_timer_heap_init(grpc_timer_heap *heap)
uint32_t timer_capacity
Definition: timer_heap.h:29
void grpc_timer_heap_pop(grpc_timer_heap *heap)
Definition: timer_heap.h:26
void grpc_timer_heap_destroy(grpc_timer_heap *heap)
bool grpc_timer_heap_add(grpc_timer_heap *heap, grpc_timer *timer)
grpc_timer ** timers
Definition: timer_heap.h:27
uint32_t timer_count
Definition: timer_heap.h:28
bool grpc_timer_heap_is_empty(grpc_timer_heap *heap)
void grpc_timer_heap_remove(grpc_timer_heap *heap, grpc_timer *timer)