Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dtcp_client.cc171 auto tcp_client = reinterpret_cast<TcpClient *>(arg); in TimeoutCallback() local
178 auto tcp_client = reinterpret_cast<TcpClient *>(ctx); in ReadCallback() local
198 auto tcp_client = reinterpret_cast<TcpClient *>(arg); in TimerCallback() local
225 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.c30 static uv_tcp_t tcp_client; variable
164 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-tcp-write-to-half-open-connection.c36 static uv_tcp_t tcp_client; variable
Dtest-readable-on-eof.c26 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