19 #ifndef GRPC_CORE_LIB_IOMGR_TIMER_GENERIC_H
20 #define GRPC_CORE_LIB_IOMGR_TIMER_GENERIC_H
intptr_t gpr_atm
Definition: atm_gcc_atomic.h:30
A closure over a grpc_iomgr_cb_func.
Definition: closure.h:56
struct grpc_timer * hash_table_next
Definition: timer.h:41
uint32_t heap_index
Definition: timer.h:35
grpc_closure * closure
Definition: timer.h:39
struct grpc_timer * next
Definition: timer.h:37
struct grpc_timer * prev
Definition: timer.h:38
bool pending
Definition: timer.h:36
gpr_atm deadline
Definition: timer_generic.h:28