Home
last modified time | relevance | path

Searched defs:soError (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/tcp/
Dtcp_comm.cc30 void DoDisconnect(int fd, Connection *conn, uint32_t error, int soError) { in DoDisconnect()
47 int soError = 0; in ConnectedEventHandler() local
Dconnection.cc201 bool Connection::ReconnectSourceSocket(int fd, uint32_t events, int *soError, uint32_t error) { in ReconnectSourceSocket()