Wakeup facility for IPC.
More...
#include "utils.hh"
|
| int | open () |
| | Opens the eventfd and returns -errno.
|
| |
| bool | opened () |
| | Indicates whether eventfd has been opened.
|
| |
| void | wakeup () |
| | Wakeup polling end.
|
| |
| int | inputfd () |
| | Returns the file descriptor for POLLIN.
|
| |
| bool | pollin () |
| | Checks whether events are pending.
|
| |
| void | flush () |
| | Clear pending wakeups.
|
| |
Wakeup facility for IPC.
Definition at line 62 of file utils.hh.
◆ EventFd()
| Ase::EventFd::EventFd |
( |
| ) |
|
|
explicit |
◆ ~EventFd()
| Ase::EventFd::~EventFd |
( |
| ) |
|
◆ flush()
| void Ase::EventFd::flush |
( |
| ) |
|
◆ inputfd()
| int Ase::EventFd::inputfd |
( |
| ) |
|
◆ open()
| int Ase::EventFd::open |
( |
| ) |
|
◆ opened()
| bool Ase::EventFd::opened |
( |
| ) |
|
◆ pollin()
| bool Ase::EventFd::pollin |
( |
| ) |
|
◆ wakeup()
| void Ase::EventFd::wakeup |
( |
| ) |
|
The documentation for this class was generated from the following files: