Searched defs:backup_poller (Results 1 – 4 of 4) sorted by relevance
39 struct backup_poller { struct40 grpc_timer polling_timer;41 grpc_closure run_poller_closure;42 grpc_closure shutdown_closure;43 gpr_mu* pollset_mu;44 grpc_pollset* pollset; // guarded by pollset_mu45 bool shutting_down; // guarded by pollset_mu46 gpr_refcount refs;47 gpr_refcount shutdown_refs;
41 struct backup_poller { struct42 grpc_timer polling_timer;43 grpc_closure run_poller_closure;44 grpc_closure shutdown_closure;45 gpr_mu* pollset_mu;46 grpc_pollset* pollset; // guarded by pollset_mu47 bool shutting_down; // guarded by pollset_mu48 gpr_refcount refs;49 gpr_refcount shutdown_refs;
134 struct backup_poller { struct135 gpr_mu* pollset_mu;136 grpc_closure run_poller;
424 struct backup_poller { struct425 gpr_mu* pollset_mu;426 grpc_closure run_poller;