Searched refs:connection_socket (Results 1 – 2 of 2) sorted by relevance
578 int connection_socket = HANDLE_EINTR(accept( in OnFileCanReadWithoutBlocking() local580 if (-1 == connection_socket) { in OnFileCanReadWithoutBlocking()584 int rv = SetNonBlocking(connection_socket); in OnFileCanReadWithoutBlocking()588 connection_socket); in OnFileCanReadWithoutBlocking()
536 int connection_socket = HANDLE_EINTR(accept( in OnFileCanReadWithoutBlocking() local538 if (-1 == connection_socket) { in OnFileCanReadWithoutBlocking()542 int rv = SetNonBlocking(connection_socket); in OnFileCanReadWithoutBlocking()546 connection_socket); in OnFileCanReadWithoutBlocking()