endpoint_sd_next   84 opal/mca/btl/tcp/btl_tcp_endpoint.c     endpoint->endpoint_sd_next = -1;
endpoint_sd_next  440 opal/mca/btl/tcp/btl_tcp_endpoint.c         CLOSE_THE_SOCKET(btl_endpoint->endpoint_sd_next); /* No further use of this socket. Close it */
endpoint_sd_next  441 opal/mca/btl/tcp/btl_tcp_endpoint.c         btl_endpoint->endpoint_sd_next = -1;
endpoint_sd_next  459 opal/mca/btl/tcp/btl_tcp_endpoint.c         btl_endpoint->endpoint_sd = btl_endpoint->endpoint_sd_next;
endpoint_sd_next  460 opal/mca/btl/tcp/btl_tcp_endpoint.c         btl_endpoint->endpoint_sd_next = -1;
endpoint_sd_next  479 opal/mca/btl/tcp/btl_tcp_endpoint.c     CLOSE_THE_SOCKET(btl_endpoint->endpoint_sd_next); /* No further use of this socket. Close it */
endpoint_sd_next  480 opal/mca/btl/tcp/btl_tcp_endpoint.c     btl_endpoint->endpoint_sd_next = -1;
endpoint_sd_next  501 opal/mca/btl/tcp/btl_tcp_endpoint.c     assert(btl_endpoint->endpoint_sd_next == -1);
endpoint_sd_next  502 opal/mca/btl/tcp/btl_tcp_endpoint.c     btl_endpoint->endpoint_sd_next = sd;
endpoint_sd_next   55 opal/mca/btl/tcp/btl_tcp_endpoint.h     int                             endpoint_sd_next;      /**< deadlock avoidance: socket connection to endpoint to set once the endpoint_sd has been correctly closed */