Home
last modified time | relevance | path

Searched defs:backup_poller (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc41 struct backup_poller { struct
42 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_mu
47 bool shutting_down; // guarded by pollset_mu
48 gpr_refcount refs;
49 gpr_refcount shutdown_refs;
/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc424 struct backup_poller { struct
425 gpr_mu* pollset_mu;
426 grpc_closure run_poller;