Go to the source code of this file.
Classes | |
struct | tcp_conn |
Macros | |
#define | BACKLOG 128 |
#define | CONN_COUNT 100 |
#define | LARGE_SIZE 100000 |
Variables | |
static char | buffer [LARGE_SIZE] |
static uv_pipe_t | channel |
static int | close_cb_called |
static int | closed_handle_data_read |
static int | closed_handle_write |
static tcp_conn | conn |
static uv_write_t | conn_notify_req |
static int | connection_accepted |
static int | exit_cb_called |
static uv_buf_t | large_buf |
static int | local_conn_accepted |
static int | on_pipe_read_called |
static int | read_cb_called |
static int | remote_conn_accepted |
static int | send_zero_write |
static int | tcp_conn_read_cb_called |
static int | tcp_conn_write_cb_called |
static uv_tcp_t | tcp_connection |
static int | tcp_read_cb_called |
static uv_tcp_t | tcp_server |
static uv_tcp_t | tcp_server2 |
static int | tcp_server_listening |
static int | tcp_write_cb_called |
static uv_write_t | write_req |
static uv_write_t | write_req2 |
static uv_write_t | write_reqs [300] |
static int | write_reqs_completed |
#define BACKLOG 128 |
Definition at line 59 of file test-ipc.c.
#define CONN_COUNT 100 |
Definition at line 58 of file test-ipc.c.
#define LARGE_SIZE 100000 |
Definition at line 60 of file test-ipc.c.
|
static |
Definition at line 585 of file test-ipc.c.
|
static |
Definition at line 119 of file test-ipc.c.
|
static |
Definition at line 71 of file test-ipc.c.
|
static |
Definition at line 605 of file test-ipc.c.
|
static |
Definition at line 616 of file test-ipc.c.
|
static |
Definition at line 590 of file test-ipc.c.
|
static |
Definition at line 125 of file test-ipc.c.
|
static |
Definition at line 657 of file test-ipc.c.
|
static |
Definition at line 100 of file test-ipc.c.
Definition at line 728 of file test-ipc.c.
int ipc_helper_bind_twice | ( | void | ) |
Definition at line 903 of file test-ipc.c.
int ipc_helper_closed_handle | ( | void | ) |
Definition at line 875 of file test-ipc.c.
int ipc_helper_send_zero | ( | void | ) |
Definition at line 949 of file test-ipc.c.
int ipc_helper_tcp_connection | ( | void | ) |
Definition at line 781 of file test-ipc.c.
|
static |
Definition at line 666 of file test-ipc.c.
|
static |
Definition at line 696 of file test-ipc.c.
|
static |
Definition at line 130 of file test-ipc.c.
|
static |
Definition at line 111 of file test-ipc.c.
|
static |
Definition at line 76 of file test-ipc.c.
|
static |
Definition at line 154 of file test-ipc.c.
|
static |
Definition at line 340 of file test-ipc.c.
|
static |
Definition at line 421 of file test-ipc.c.
|
static |
Definition at line 361 of file test-ipc.c.
|
static |
Definition at line 440 of file test-ipc.c.
|
static |
Definition at line 627 of file test-ipc.c.
|
static |
Definition at line 348 of file test-ipc.c.
|
static |
Definition at line 333 of file test-ipc.c.
|
static |
Definition at line 448 of file test-ipc.c.
|
static |
Definition at line 852 of file test-ipc.c.
|
static |
Definition at line 622 of file test-ipc.c.
void spawn_helper | ( | uv_pipe_t * | channel, |
uv_process_t * | process, | ||
const char * | helper | ||
) |
Definition at line 291 of file test-ipc.c.
|
static |
Definition at line 596 of file test-ipc.c.
TEST_IMPL | ( | ipc_closed_handle | ) |
Definition at line 502 of file test-ipc.c.
TEST_IMPL | ( | ipc_listen_after_write | ) |
Definition at line 476 of file test-ipc.c.
TEST_IMPL | ( | ipc_listen_before_write | ) |
Definition at line 463 of file test-ipc.c.
TEST_IMPL | ( | ipc_send_zero | ) |
Definition at line 572 of file test-ipc.c.
TEST_IMPL | ( | ipc_tcp_connection | ) |
Definition at line 489 of file test-ipc.c.
|
static |
Definition at line 833 of file test-ipc.c.
|
static |
Definition at line 63 of file test-ipc.c.
|
static |
Definition at line 28 of file test-ipc.c.
|
static |
Definition at line 44 of file test-ipc.c.
|
static |
Definition at line 48 of file test-ipc.c.
|
static |
Definition at line 49 of file test-ipc.c.
|
static |
Definition at line 582 of file test-ipc.c.
|
static |
Definition at line 43 of file test-ipc.c.
|
static |
Definition at line 45 of file test-ipc.c.
|
static |
Definition at line 33 of file test-ipc.c.
|
static |
Definition at line 62 of file test-ipc.c.
|
static |
Definition at line 38 of file test-ipc.c.
|
static |
Definition at line 37 of file test-ipc.c.
|
static |
Definition at line 34 of file test-ipc.c.
|
static |
Definition at line 39 of file test-ipc.c.
|
static |
Definition at line 50 of file test-ipc.c.
|
static |
Definition at line 46 of file test-ipc.c.
|
static |
Definition at line 47 of file test-ipc.c.
|
static |
Definition at line 31 of file test-ipc.c.
|
static |
Definition at line 36 of file test-ipc.c.
|
static |
Definition at line 29 of file test-ipc.c.
|
static |
Definition at line 30 of file test-ipc.c.
|
static |
Definition at line 40 of file test-ipc.c.
|
static |
Definition at line 35 of file test-ipc.c.
|
static |
Definition at line 41 of file test-ipc.c.
|
static |
Definition at line 42 of file test-ipc.c.
|
static |
Definition at line 64 of file test-ipc.c.
|
static |
Definition at line 65 of file test-ipc.c.