#include <sys/select.h>
Go to the source code of this file.
Data Structures | |
struct | as_poll |
Macros | |
#define | as_poll_init(_poll, _fd) |
#define | AS_STACK_LIMIT (16 * 1024) |
Functions | |
static void | as_poll_destroy (as_poll *poll) |
static int | as_poll_socket (as_poll *poll, as_socket_fd fd, uint32_t timeout, bool read) |
#define as_poll_init | ( | _poll, | |
_fd ) |
|
inlinestatic |
Definition at line 104 of file as_poll.h.
References AS_STACK_LIMIT, as_poll::set, and as_poll::size.
|
inlinestatic |
Definition at line 62 of file as_poll.h.
References as_poll::set, and as_poll::size.