Home
last modified time | relevance | path

Searched refs:OnTimeout (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/
Dtimer_wrap.cc33 uv_timer_start(&timer_, OnTimeout, interval, repeat); in Update()
46 void TimerWrap::OnTimeout(uv_timer_t* timer) { in OnTimeout() function in node::TimerWrap
Dtimer_wrap.h41 static void OnTimeout(uv_timer_t* timer);
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dtcp_client.h52 using OnTimeout = std::function<void()>; variable
93 OnTimeout timeout_callback_;
/third_party/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.h43 static void OnTimeout(void* arg, grpc_error* error);
Dchttp2_connector.cc182 GRPC_CLOSURE_INIT(&self->on_timeout_, OnTimeout, self, in OnHandshakeDone()
223 void Chttp2Connector::OnTimeout(void* arg, grpc_error* /*error*/) { in OnTimeout() function in grpc_core::Chttp2Connector
/third_party/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc139 static void OnTimeout(void* arg, grpc_error* error);
220 void Chttp2ServerListener::ConnectionState::OnTimeout(void* arg, in OnTimeout() function in grpc_core::__anon2e6940d10111::Chttp2ServerListener::ConnectionState
302 GRPC_CLOSURE_INIT(&self->on_timeout_, OnTimeout, self, in OnHandshakeDone()