|
gem5
|
#include <sys/ioctl.h>#include <sys/types.h>#include "base/pollevent.hh"#include <fcntl.h>#include <unistd.h>#include <csignal>#include "base/misc.hh"#include "base/types.hh"#include "sim/async.hh"#include "sim/core.hh"#include "sim/eventq.hh"#include "sim/serialize.hh"Go to the source code of this file.
Variables | |
| PollQueue | pollQueue |
| PollQueue pollQueue |
Definition at line 55 of file pollevent.cc.
Referenced by Terminal::accept(), VncServer::accept(), BaseRemoteGDB::attach(), Terminal::detach(), VncServer::detach(), BaseRemoteGDB::detach(), doSimLoop(), Terminal::listen(), VncServer::listen(), TapListener::listen(), GDBListener::listen(), EtherTapBase::pollFd(), VirtIO9PDiod::startup(), VirtIO9PSocket::startup(), and EtherTapBase::unserialize().