#include <timer.h>
Public Attributes | |
union { | |
void * custom_timer | |
grpc_event_engine::experimental::EventEngine::TaskHandle ee_task_handle | |
}; | |
grpc_closure * | closure |
gpr_atm | deadline |
int64_t | deadline |
struct grpc_timer * | hash_table_next |
uint32_t | heap_index |
struct grpc_timer * | next |
bool | pending |
struct grpc_timer * | prev |
Definition at line 33 of file iomgr/timer.h.
union { ... } |
grpc_closure * grpc_timer::closure |
Definition at line 40 of file iomgr/timer.h.
void* grpc_timer::custom_timer |
Definition at line 47 of file iomgr/timer.h.
gpr_atm grpc_timer::deadline |
Definition at line 29 of file timer_generic.h.
int64_t grpc_timer::deadline |
Definition at line 34 of file iomgr/timer.h.
grpc_event_engine::experimental::EventEngine::TaskHandle grpc_timer::ee_task_handle |
Definition at line 48 of file iomgr/timer.h.
struct grpc_timer * grpc_timer::hash_table_next |
Definition at line 42 of file iomgr/timer.h.
uint32_t grpc_timer::heap_index |
Definition at line 36 of file iomgr/timer.h.
struct grpc_timer * grpc_timer::next |
Definition at line 38 of file iomgr/timer.h.
bool grpc_timer::pending |
Definition at line 37 of file iomgr/timer.h.
struct grpc_timer * grpc_timer::prev |
Definition at line 39 of file iomgr/timer.h.