Searched defs:state_watcher (Results 1 – 2 of 2) sorted by relevance
64 struct state_watcher { struct65 gpr_mu mu;66 callback_phase phase;67 grpc_closure on_complete;68 grpc_closure on_timeout;69 grpc_closure watcher_timer_init;70 grpc_timer alarm;71 grpc_connectivity_state state;72 grpc_completion_queue* cq;73 grpc_cq_completion completion_storage;[all …]
63 struct state_watcher { struct64 grpc_closure closure;65 grpc_subchannel* subchannel;66 grpc_connectivity_state connectivity_state;