#include "uv.h"
#include "task.h"
#include <errno.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <string.h>
Go to the source code of this file.
Functions | |
static void | connection_cb (uv_stream_t *handle, int status) |
static int | got_eagain (void) |
static void | idle_cb (uv_idle_t *idle) |
static void | poll_cb (uv_poll_t *handle, int status, int events) |
TEST_IMPL (poll_oob) | |
Variables | |
static int | cli_pr_check = 0 |
static int | cli_rd_check = 0 |
static uv_os_fd_t | client_fd |
static uv_tcp_t | client_handle |
static uv_idle_t | idle |
static const int | kMaxTicks = 10 |
static uv_tcp_t | peer_handle |
static uv_poll_t | poll_req [2] |
static uv_os_fd_t | server_fd |
static uv_tcp_t | server_handle |
static int | srv_rd_check = 0 |
static int | ticks |
|
static |
Definition at line 135 of file test-poll-oob.c.
|
static |
Definition at line 46 of file test-poll-oob.c.
|
static |
Definition at line 55 of file test-poll-oob.c.
Definition at line 68 of file test-poll-oob.c.
TEST_IMPL | ( | poll_oob | ) |
Definition at line 163 of file test-poll-oob.c.
|
static |
Definition at line 42 of file test-poll-oob.c.
|
static |
Definition at line 43 of file test-poll-oob.c.
|
static |
Definition at line 38 of file test-poll-oob.c.
|
static |
Definition at line 34 of file test-poll-oob.c.
|
static |
Definition at line 37 of file test-poll-oob.c.
Definition at line 41 of file test-poll-oob.c.
|
static |
Definition at line 35 of file test-poll-oob.c.
|
static |
Definition at line 36 of file test-poll-oob.c.
|
static |
Definition at line 39 of file test-poll-oob.c.
|
static |
Definition at line 33 of file test-poll-oob.c.
|
static |
Definition at line 44 of file test-poll-oob.c.
|
static |
Definition at line 40 of file test-poll-oob.c.