gem5
v20.1.0.0
|
These methods relate to the PollEvent interface. More...
Functions | |
PollEvent::PollEvent (int fd, int event) | |
bool | PollEvent::queued () |
void | PollEvent::disable () |
void | PollEvent::enable () |
virtual void | PollEvent::process (int revent)=0 |
These methods relate to the PollEvent interface.
void PollEvent::disable | ( | ) |
Definition at line 74 of file pollevent.cc.
References PollQueue::copy(), PollEvent::enabled, and PollEvent::queue.
void PollEvent::enable | ( | ) |
Definition at line 84 of file pollevent.cc.
References PollQueue::copy(), PollEvent::enabled, and PollEvent::queue.
PollEvent::PollEvent | ( | int | fd, |
int | event | ||
) |
Definition at line 59 of file pollevent.cc.
References PollEvent::pfd.
|
pure virtual |
|
inline |
Definition at line 70 of file pollevent.hh.
References PollEvent::queue.
Referenced by VncServer::detach(), and EtherTapBase::unserialize().