|
gem5
v19.0.0.0
|
#include <sys/ioctl.h>#include <sys/types.h>#include "base/pollevent.hh"#include <fcntl.h>#include <unistd.h>#include <cerrno>#include <csignal>#include <cstring>#include "base/logging.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.
Functions | |
| template<class ArgT > | |
| static int | fcntlHelper (int fd, int cmd, ArgT arg) |
| static int | fcntlHelper (int fd, int cmd) |
Variables | |
| PollQueue | pollQueue |
|
static |
Definition at line 206 of file pollevent.cc.
References panic.
Referenced by PollQueue::setupAsyncIO().
|
static |
Definition at line 217 of file pollevent.cc.
References panic.
| PollQueue pollQueue |
Definition at line 57 of file pollevent.cc.
Referenced by Terminal::accept(), VncServer::accept(), BaseRemoteGDB::attach(), Terminal::detach(), BaseRemoteGDB::detach(), VncServer::detach(), doSimLoop(), Terminal::listen(), BaseRemoteGDB::listen(), VncServer::listen(), TapListener::listen(), EtherTapBase::pollFd(), VirtIO9PDiod::startup(), VirtIO9PSocket::startup(), and EtherTapBase::unserialize().