GRPC Core
18.0.0
|
#include <timer.h>
Data Fields | |
grpc_millis | deadline |
uint32_t | heap_index |
bool | pending |
struct grpc_timer * | next |
struct grpc_timer * | prev |
grpc_closure * | closure |
struct grpc_timer * | hash_table_next |
union { | |
void * custom_timer | |
grpc_event_engine::experimental::EventEngine::TaskHandle ee_task_handle | |
}; | |
gpr_atm | deadline |
union { ... } |
grpc_closure * grpc_timer::closure |
void* grpc_timer::custom_timer |
grpc_millis grpc_timer::deadline |
gpr_atm grpc_timer::deadline |
grpc_event_engine::experimental::EventEngine::TaskHandle grpc_timer::ee_task_handle |
struct grpc_timer * grpc_timer::hash_table_next |
uint32_t grpc_timer::heap_index |
struct grpc_timer * grpc_timer::next |
bool grpc_timer::pending |
struct grpc_timer * grpc_timer::prev |