Home
last modified time | relevance | path

Searched defs:tcp_client (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dms_collective_topo.cc45 distributed::rpc::TCPClient *tcp_client = new distributed::rpc::TCPClient(); in Initialize() local
111 auto &tcp_client = tcp_clients_[rank_id]; in SendAsync() local
135 auto &tcp_client = tcp_clients_[rank_id]; in WaitForSend() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/communicator/
Dtcp_client.cc194 auto tcp_client = reinterpret_cast<TcpClient *>(arg); in TimeoutCallback() local
204 auto tcp_client = reinterpret_cast<TcpClient *>(ctx); in ReadCallback() local
232 auto tcp_client = reinterpret_cast<TcpClient *>(arg); in TimerCallback() local
260 auto tcp_client = reinterpret_cast<TcpClient *>(ptr); in EventCallback() local
/third_party/libuv/test/
Dtest-tcp-write-after-connect.c28 uv_tcp_t tcp_client; variable
Dtest-tcp-close-reset.c36 static uv_tcp_t tcp_client; variable
187 static void do_connect(uv_loop_t* loop, uv_tcp_t* tcp_client) { in do_connect()
Dtest-not-readable-nor-writable-on-read-error.c26 static uv_tcp_t tcp_client; variable
Dtest-readable-on-eof.c26 static uv_tcp_t tcp_client; variable
Dtest-tcp-write-to-half-open-connection.c36 static uv_tcp_t tcp_client; variable
Dbenchmark-tcp-write-batch.c38 static uv_tcp_t tcp_client; variable
/third_party/python/Lib/test/test_asyncio/
Dfunctional.py69 def tcp_client(self, client_prog, member in FunctionalTestCaseMixin
Dtest_ssl.py129 def tcp_client(self, client_prog, member in TestSSL