Go to the source code of this file.
Classes | |
struct | grpc_timer_heap |
Functions | |
bool | grpc_timer_heap_add (grpc_timer_heap *heap, grpc_timer *timer) |
void | grpc_timer_heap_destroy (grpc_timer_heap *heap) |
void | grpc_timer_heap_init (grpc_timer_heap *heap) |
bool | grpc_timer_heap_is_empty (grpc_timer_heap *heap) |
void | grpc_timer_heap_pop (grpc_timer_heap *heap) |
void | grpc_timer_heap_remove (grpc_timer_heap *heap, grpc_timer *timer) |
grpc_timer * | grpc_timer_heap_top (grpc_timer_heap *heap) |
bool grpc_timer_heap_add | ( | grpc_timer_heap * | heap, |
grpc_timer * | timer | ||
) |
Definition at line 97 of file iomgr/timer_heap.cc.
void grpc_timer_heap_destroy | ( | grpc_timer_heap * | heap | ) |
Definition at line 95 of file iomgr/timer_heap.cc.
void grpc_timer_heap_init | ( | grpc_timer_heap * | heap | ) |
Definition at line 91 of file iomgr/timer_heap.cc.
bool grpc_timer_heap_is_empty | ( | grpc_timer_heap * | heap | ) |
Definition at line 124 of file iomgr/timer_heap.cc.
void grpc_timer_heap_pop | ( | grpc_timer_heap * | heap | ) |
Definition at line 132 of file iomgr/timer_heap.cc.
void grpc_timer_heap_remove | ( | grpc_timer_heap * | heap, |
grpc_timer * | timer | ||
) |
Definition at line 110 of file iomgr/timer_heap.cc.
grpc_timer* grpc_timer_heap_top | ( | grpc_timer_heap * | heap | ) |
Definition at line 128 of file iomgr/timer_heap.cc.