|
GRPC Core
9.0.0
|
Go to the source code of this file.
Data Structures | |
| struct | grpc_timer_heap |
Functions | |
| bool | grpc_timer_heap_add (grpc_timer_heap *heap, grpc_timer *timer) |
| void | grpc_timer_heap_init (grpc_timer_heap *heap) |
| void | grpc_timer_heap_destroy (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) |
| void | grpc_timer_heap_pop (grpc_timer_heap *heap) |
| bool | grpc_timer_heap_is_empty (grpc_timer_heap *heap) |
| 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 | ) |