#include <sys/poll.h>Include dependency graph for gwpoll.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | pollfd |
Defines | |
| #define | POLLIN 1 |
| #define | POLLPRI 2 |
| #define | POLLOUT 4 |
| #define | POLLERR 8 |
| #define | POLLHUP 16 |
| #define | POLLNVAL 32 |
| #define | POLL_NOTIMEOUT (-1) |
| #define | poll(fdarray, numfds, timeout) gw_poll(fdarray, numfds, timeout) |
Functions | |
| int | gw_poll (struct pollfd *fdarray, unsigned int numfds, int timeout) |
|
|
Definition at line 104 of file gwpoll.h. Referenced by gwthread_poll(), gwthread_pollfd(), and gwthread_sleep(). |
|
|
|
|
|
Definition at line 96 of file gwpoll.h. Referenced by conn_flush(), conn_wait(), and poll_callback(). |
|
|
|
|
|
Definition at line 91 of file gwpoll.h. Referenced by accept_thread(), cgw_listener(), cgw_wait_command(), conn_register_real(), emi2_listener(), fake_listener(), gw_accept(), unlocked_register_pollin(), and wait_for_connections(). |
|
|
|
|
|
Definition at line 93 of file gwpoll.h. Referenced by conn_flush(), and unlocked_register_pollout(). |
|
|
|
|
||||||||||||||||
|
|