Go to the source code of this file.
Classes | |
struct | thread_ctx |
Functions | |
static void | sig_func (uv_signal_t *handle, int signum) |
TEST_IMPL (eintr_handling) | |
static void | thread_main (void *arg) |
Variables | |
static char | buf [32] |
static uv_buf_t | iov |
static uv_loop_t * | loop |
int | pipe_fds [2] |
static uv_fs_t | read_req |
static char | test_buf [] = "test-buffer\n" |
|
static |
Definition at line 60 of file test-eintr-handling.c.
TEST_IMPL | ( | eintr_handling | ) |
Definition at line 64 of file test-eintr-handling.c.
|
static |
Definition at line 49 of file test-eintr-handling.c.
|
static |
Definition at line 40 of file test-eintr-handling.c.
|
static |
Definition at line 38 of file test-eintr-handling.c.
|
static |
Definition at line 36 of file test-eintr-handling.c.
int pipe_fds[2] |
Definition at line 42 of file test-eintr-handling.c.
|
static |
Definition at line 37 of file test-eintr-handling.c.
|
static |
Definition at line 41 of file test-eintr-handling.c.