Searched refs:ListenEvent (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/serial/
H A Dterminal.hh67 class ListenEvent : public PollEvent class in class:Terminal
73 ListenEvent(Terminal *t, int fd, int e);
77 friend class ListenEvent;
78 ListenEvent *listenEvent;
H A Dterminal.cc85 Terminal::ListenEvent::ListenEvent(Terminal *t, int fd, int e) function in class:Terminal::ListenEvent
91 Terminal::ListenEvent::process(int revent)
187 listenEvent = new ListenEvent(this, listener.getfd(), POLLIN);
/gem5/src/base/vnc/
H A Dvncserver.hh143 /** ListenEvent to accept a vnc client connection */
144 class ListenEvent: public PollEvent class in class:VncServer
150 ListenEvent(VncServer *vs, int fd, int e);
154 friend class ListenEvent;
155 ListenEvent *listenEvent;
H A Dvncserver.cc90 VncServer::ListenEvent::ListenEvent(VncServer *vs, int fd, int e) function in class:VncServer::ListenEvent
96 VncServer::ListenEvent::process(int revent)
180 listenEvent = new ListenEvent(this, listener.getfd(), POLLIN);

Completed in 10 milliseconds