Go to the source code of this file.
Functions | |
static void | connect_cb (uv_connect_t *req, int status) |
static void | connection_cb (uv_stream_t *server_handle, int status) |
TEST_IMPL (emfile) | |
Variables | |
static uv_tcp_t | client_handle |
static unsigned | connect_cb_called |
static const int | maxfd = 31 |
static uv_tcp_t | server_handle |
|
static |
Definition at line 107 of file test-emfile.c.
|
static |
Definition at line 102 of file test-emfile.c.
TEST_IMPL | ( | emfile | ) |
Definition at line 40 of file test-emfile.c.
|
static |
Definition at line 37 of file test-emfile.c.
|
static |
Definition at line 35 of file test-emfile.c.
Definition at line 34 of file test-emfile.c.
|
static |
Definition at line 36 of file test-emfile.c.