Searched refs:win32_select (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/win32/include/sys/ |
H A D | socket.h | 75 int win32_select (int nfds, Perl_fd_set *rfds, Perl_fd_set *wfds, Perl_fd_set *xfds, 142 #define select win32_select
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32sck.c | 445 win32_select(int nfds, Perl_fd_set* rd, Perl_fd_set* wr, Perl_fd_set* ex, const struct timeval* tim… in win32_select() function
|
H A D | perlhost.h | 1522 return win32_select(nfds, (Perl_fd_set*)readfds, (Perl_fd_set*)writefds, (Perl_fd_set*)exceptfds, timeout);
|