gem5
v20.1.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 215 of file pollevent.cc.
References ArmISA::fd, and panic.
|
static |
Definition at line 204 of file pollevent.cc.
References ArmISA::fd, and panic.
Referenced by PollQueue::setupAsyncIO().