Searched defs:poll (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPoll.pm71 sub poll { subroutine
77 my @poll = ();
82 push(@poll,$fd => $mask);
85 my $ret = @poll ? _poll(defined($timeout) ? $timeout * 1000 : -1,@poll) : 0;
90 while(@poll) {
91 my($fd,$got) = splice(@poll,0,2);
136 IO::Poll - Object interface to system poll call
142 $poll = new IO::Poll;
144 $poll
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpoll.c26 #pragma weak _poll = poll
30 #include <sys/poll.h>
42 poll(struct pollfd *fds, nfds_t nfd, int timeout) function
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.h26 int (*poll)P((struct nic *, int retrieve)); member in struct:nic
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A Dpoll.h2 * poll.h
14 # include <poll.h>
19 /* We shall emulate poll using select */
23 #ifdef poll
24 # undef poll macro
26 #define poll Perl_my_poll macro
49 int poll (struct pollfd *, unsigned long, int);
H A Dpoll.c2 * poll.c
8 * For systems that do not have the poll() system call (for example Linux
17 #include "poll.h"
46 poll(struct pollfd *fds, unsigned long nfds, int timeout) function
141 * ld: poll.o: premature EOF

Completed in 30 milliseconds