Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dsocket.cpp139 static constexpr Handle invalid_socket = INVALID_SOCKET; member in c10d::detail::SocketImpl
141 static constexpr Handle invalid_socket = -1; member in c10d::detail::SocketImpl
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_types.hpp48 const int invalid_socket = -1; variable