gem5  v20.1.0.0
Functions | Variables
pollevent.cc File Reference
#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
 

Function Documentation

◆ fcntlHelper() [1/2]

static int fcntlHelper ( int  fd,
int  cmd 
)
static

Definition at line 215 of file pollevent.cc.

References ArmISA::fd, and panic.

◆ fcntlHelper() [2/2]

template<class ArgT >
static int fcntlHelper ( int  fd,
int  cmd,
ArgT  arg 
)
static

Definition at line 204 of file pollevent.cc.

References ArmISA::fd, and panic.

Referenced by PollQueue::setupAsyncIO().


Generated on Wed Sep 30 2020 14:02:18 for gem5 by doxygen 1.8.17