#include <timer.h>
Public Attributes | |
void(* | cancel )(grpc_timer *timer) |
grpc_timer_check_result(* | check )(grpc_core::Timestamp *next) |
void(* | consume_kick )(void) |
void(* | init )(grpc_timer *timer, grpc_core::Timestamp, grpc_closure *closure) |
void(* | list_init )() |
void(* | list_shutdown )(void) |
Definition at line 61 of file iomgr/timer.h.
void(* grpc_timer_vtable::cancel) (grpc_timer *timer) |
Definition at line 63 of file iomgr/timer.h.
grpc_timer_check_result(* grpc_timer_vtable::check) (grpc_core::Timestamp *next) |
Definition at line 66 of file iomgr/timer.h.
void(* grpc_timer_vtable::consume_kick) (void) |
Definition at line 69 of file iomgr/timer.h.
void(* grpc_timer_vtable::init) (grpc_timer *timer, grpc_core::Timestamp, grpc_closure *closure) |
Definition at line 62 of file iomgr/timer.h.
void(* grpc_timer_vtable::list_init) () |
Definition at line 67 of file iomgr/timer.h.
void(* grpc_timer_vtable::list_shutdown) (void) |
Definition at line 68 of file iomgr/timer.h.