gem5  v22.1.0.0
Functions
The PollEvent API.

These methods relate to the PollEvent interface. More...

Functions

 gem5::PollEvent::PollEvent (int fd, int event)
 
bool gem5::PollEvent::queued ()
 
void gem5::PollEvent::disable ()
 
void gem5::PollEvent::enable ()
 
virtual void gem5::PollEvent::process (int revent)=0
 

Detailed Description

These methods relate to the PollEvent interface.

Function Documentation

◆ disable()

void gem5::PollEvent::disable ( )

◆ enable()

void gem5::PollEvent::enable ( )

◆ PollEvent()

gem5::PollEvent::PollEvent ( int  fd,
int  event 
)

Definition at line 59 of file pollevent.cc.

References gem5::PollEvent::pfd.

◆ process()

virtual void gem5::PollEvent::process ( int  revent)
pure virtual

◆ queued()

bool gem5::PollEvent::queued ( )
inline

Definition at line 72 of file pollevent.hh.

References gem5::PollEvent::queue.

Referenced by gem5::VncServer::detach(), and gem5::EtherTapBase::unserialize().


Generated on Wed Dec 21 2022 10:23:05 for gem5 by doxygen 1.9.1