Searched refs:watcher_timer_init (Results 1 – 3 of 3) sorted by relevance
69 grpc_closure watcher_timer_init; member186 static void watcher_timer_init(void* arg, grpc_error* error_ignored) { in watcher_timer_init() function236 GRPC_CLOSURE_INIT(&w->watcher_timer_init, watcher_timer_init, wa, in grpc_channel_watch_connectivity_state()244 &w->on_complete, &w->watcher_timer_init); in grpc_channel_watch_connectivity_state()
56 grpc_closure* watcher_timer_init);
3320 grpc_closure* watcher_timer_init; member3411 GRPC_CLOSURE_RUN(w->watcher_timer_init, GRPC_ERROR_NONE); in watch_connectivity_state_locked()3417 GPR_ASSERT(w->watcher_timer_init == nullptr); in watch_connectivity_state_locked()3435 grpc_closure* watcher_timer_init) { in grpc_client_channel_watch_connectivity_state() argument3443 w->watcher_timer_init = watcher_timer_init; in grpc_client_channel_watch_connectivity_state()