This class provides an interface for sending simple integer events via a file descriptor. This allows threads to send events that can be picked up by the poll system call.
More...
#include <BEvent.h>
This class provides an interface for sending simple integer events via a file descriptor. This allows threads to send events that can be picked up by the poll system call.
◆ BEventInt()
◆ ~BEventInt()
BEventInt::~BEventInt |
( |
| ) |
|
◆ getEvent()
BError BEventInt::getEvent |
( |
int & |
event, |
|
|
int |
timeOutUs = -1 |
|
) |
| |
◆ getFd()
◆ sendEvent()
BError BEventInt::sendEvent |
( |
int |
event | ) |
|
◆ ofds
File descriptors for pipe.
The documentation for this class was generated from the following files: