#include <thread.h>
Public Methods | |
| Poller () | |
| virtual | ~Poller () |
| pollfd * | getList (int cnt) |
| reserve a specified number of poll descriptors. | |
| pollfd * | getList (void) |
| Retreive the current array of poll descriptors. | |
|
|
|
|
|
|
|
|
Retreive the current array of poll descriptors.
|
|
|
reserve a specified number of poll descriptors. If additional descriptors are needed, they are allocated.
|
1.2.18