Home
last modified time | relevance | path

Searched refs:on_timeout (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dhandshaker.cc82 grpc_closure on_timeout; member
286 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function
320 GRPC_CLOSURE_INIT(&mgr->on_timeout, on_timeout, mgr, in grpc_handshake_manager_do_handshake()
322 grpc_timer_init(&mgr->deadline_timer, deadline, &mgr->on_timeout); in grpc_handshake_manager_do_handshake()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc68 grpc_closure on_timeout; member
83 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function
151 GRPC_CLOSURE_INIT(&connection_state->on_timeout, on_timeout, in on_handshake_done()
154 &connection_state->on_timeout); in on_handshake_done()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc68 grpc_closure on_timeout; member
190 &wa->w->on_timeout); in watcher_timer_init()
223 GRPC_CLOSURE_INIT(&w->on_timeout, timeout_complete, w, in grpc_channel_watch_connectivity_state()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc69 grpc_closure on_timeout; member
205 &wa->w->on_timeout); in watcher_timer_init()
239 GRPC_CLOSURE_INIT(&w->on_timeout, timeout_complete, w, in grpc_channel_watch_connectivity_state()
/external/curl/docs/examples/
Dmulti-uv.c151 static void on_timeout(uv_timer_t *req) in on_timeout() function
168 uv_timer_start(&timeout, on_timeout, timeout_ms, 0); in start_timeout()
Dmulti-event.c141 static void on_timeout(evutil_socket_t fd, short events, void *arg) in on_timeout() function
220 timeout = evtimer_new(base, on_timeout, NULL); in main()
/external/robolectric-shadows/
Djava-timeout26 function on_timeout() { function
/external/rust/crates/quiche/
DREADME.md150 a timer expires, the connection's [`on_timeout()`] method should be called,
155 conn.on_timeout();
220 [`on_timeout()`]: https://docs.quic.tech/quiche/struct.Connection.html#method.on_timeout
/external/rust/crates/quiche/examples/
Dclient.rs145 conn.on_timeout(); in main()
Dhttp3-client.rs164 conn.on_timeout(); in main()
Dserver.rs131 clients.values_mut().for_each(|(_, c)| c.conn.on_timeout()); in main()
Dhttp3-server.rs139 clients.values_mut().for_each(|(_, c)| c.conn.on_timeout()); in main()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc285 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function
508 GRPC_CLOSURE_INIT(&ev_driver->on_timeout_locked, on_timeout, ev_driver, in grpc_ares_ev_driver_start_locked()
/external/rust/crates/quiche/src/
Dffi.rs680 conn.on_timeout() in quiche_conn_on_timeout()
Dlib.rs3275 pub fn on_timeout(&mut self) { in on_timeout() method
7340 pipe.client.on_timeout(); in early_retransmit()