gem5 v24.0.0.0
Loading...
Searching...
No Matches
The PollEvent API.

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()

◆ 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 Tue Jun 18 2024 16:24:09 for gem5 by doxygen 1.11.0