Lines Matching refs:accept
751 #undef accept
768 fh->fh_socket = accept( serverfh->fh_socket, addr, addrlen );
771 D( "adb_socket_accept: accept on fd %d return error %ld\n", serverfd, GetLastError() );
775 snprintf( fh->name, sizeof(fh->name), "%d(accept:%s)", _fh_to_int(fh), serverfh->name );
1439 * to scale WaitForMultipleObjects to accept an arbitrary number of handles. The