Searched refs:poll (Results 1 - 11 of 11) sorted by relevance

/gem5/src/base/
H A Dpollevent.hh34 #include <poll.h>
H A Dpollevent.cc190 int ret = poll(poll_fds, num_fds, 0);
246 // next iteration of the simulation loop. We could just poll it,
/gem5/util/tap/
H A Dtap.cc42 #include <poll.h>
433 DPRINTF("Begin poll loop\n");
435 int ret = ::poll(pfds, npfds, -1);
515 DPRINTF("Calling it quits because of poll error\n");
/gem5/util/batch/
H A Dbatch.py78 def poll(self): member in class:MyPOpen
/gem5/util/pbs/
H A Dpbs.py78 def poll(self): member in class:MyPOpen
/gem5/util/term/
H A Dterm.c40 #include <poll.h>
141 * Changed from poll() by Ali Saidi to make work on Mac OS X >= 10.4
/gem5/ext/testlib/
H A Dsandbox.py164 if self._pconn.poll():
/gem5/src/dev/serial/
H A Dterminal.cc59 #include <poll.h>
/gem5/src/dev/net/
H A Dethertap.cc459 // poll to make a blocking wait.
464 int ret = poll(pfd, 1, -1);
/gem5/src/base/vnc/
H A Dvncserver.cc58 #include <poll.h>
/gem5/src/sim/
H A Dsyscall_emul.hh77 #include <poll.h>
1089 * We cannot allow an infinite poll to occur or it will inevitably cause
1091 * a non-negative value, however it also makes no sense to poll on the
1096 status = poll((struct pollfd *)fdsBuf.bufferPtr(), nfds, 0);
1100 * signal would break the poll out of the retry cycle and try
1111 status = poll((struct pollfd *)fdsBuf.bufferPtr(), nfds, 0);
2563 * signal would break the poll out of the retry cycle and try to
2632 if ((poll(&pfd, 1, 0) == 0)
2668 * We don't want to poll on /dev/random. The kernel will not enable the
2675 if (!poll(
[all...]

Completed in 27 milliseconds