Go to the source code of this file.
Macros | |
#define | REQ_COUNT 10000 |
Functions | |
static void | close_cb (uv_handle_t *handle) |
static void | connect_cb (uv_connect_t *req, int status) |
static void | connection_cb (uv_stream_t *tcp, int status) |
static void | start_server (void) |
TEST_IMPL (tcp_write_queue_order) | |
static void | timer_cb (uv_timer_t *handle) |
static void | write_cb (uv_write_t *req, int status) |
Variables | |
static uv_tcp_t | client |
static int | close_cb_called |
static int | connect_cb_called |
static int | connection_cb_called |
static uv_tcp_t | incoming |
static uv_tcp_t | server |
static uv_timer_t | timer |
static int | write_callbacks |
static int | write_cancelled_callbacks |
static int | write_error_callbacks |
static uv_write_t | write_requests [REQ_COUNT] |
#define REQ_COUNT 10000 |
Definition at line 29 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 45 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 64 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 86 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 99 of file test-tcp-write-queue-order.c.
TEST_IMPL | ( | tcp_write_queue_order | ) |
Definition at line 110 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 49 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 55 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 33 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 36 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 35 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 37 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 34 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 32 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 31 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 38 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 39 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 40 of file test-tcp-write-queue-order.c.
|
static |
Definition at line 42 of file test-tcp-write-queue-order.c.