gem5  v20.0.0.3
Public Member Functions | Static Public Member Functions | Private Types | Private Attributes | List of all members
PollQueue Class Reference

#include <pollevent.hh>

Public Member Functions

 PollQueue ()
 
 ~PollQueue ()
 
void copy ()
 
void remove (PollEvent *event)
 
void schedule (PollEvent *event)
 
void service ()
 

Static Public Member Functions

static void setupAsyncIO (int fd, bool set)
 

Private Types

typedef std::vector< PollEvent * > eventvec_t
 

Private Attributes

eventvec_t events
 
pollfd * poll_fds
 
int max_size
 
int num_fds
 

Detailed Description

Definition at line 65 of file pollevent.hh.

Member Typedef Documentation

◆ eventvec_t

Definition at line 68 of file pollevent.hh.

Constructor & Destructor Documentation

◆ PollQueue()

PollQueue::PollQueue ( )

Definition at line 111 of file pollevent.cc.

◆ ~PollQueue()

PollQueue::~PollQueue ( )

Definition at line 115 of file pollevent.cc.

References ArmISA::fd, ArmISA::i, num_fds, poll_fds, and setupAsyncIO().

Member Function Documentation

◆ copy()

void PollQueue::copy ( )

Definition at line 124 of file pollevent.cc.

References events, ArmISA::i, num_fds, and poll_fds.

Referenced by PollEvent::disable(), PollEvent::enable(), remove(), and schedule().

◆ remove()

void PollQueue::remove ( PollEvent event)

◆ schedule()

void PollQueue::schedule ( PollEvent event)

◆ service()

void PollQueue::service ( )

Definition at line 186 of file pollevent.cc.

References events, ArmISA::i, num_fds, and poll_fds.

Referenced by doSimLoop().

◆ setupAsyncIO()

void PollQueue::setupAsyncIO ( int  fd,
bool  set 
)
static

Definition at line 227 of file pollevent.cc.

References async_event, async_io, fcntlHelper(), getEventQueue(), and EventQueue::wakeup().

Referenced by schedule(), and ~PollQueue().

Member Data Documentation

◆ events

eventvec_t PollQueue::events
private

Definition at line 69 of file pollevent.hh.

Referenced by copy(), remove(), schedule(), and service().

◆ max_size

int PollQueue::max_size
private

Definition at line 72 of file pollevent.hh.

Referenced by schedule().

◆ num_fds

int PollQueue::num_fds
private

Definition at line 73 of file pollevent.hh.

Referenced by copy(), schedule(), service(), and ~PollQueue().

◆ poll_fds

pollfd* PollQueue::poll_fds
private

Definition at line 71 of file pollevent.hh.

Referenced by copy(), schedule(), service(), and ~PollQueue().


The documentation for this class was generated from the following files:

Generated on Fri Jul 3 2020 15:53:18 for gem5 by doxygen 1.8.13