#include <errno.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <unistd.h>
#include "uv.h"
#include "task.h"
Go to the source code of this file.
Macros | |
#define | NUM_SOCKETS 64 |
Functions | |
static void | close_cb (uv_handle_t *handle) |
TEST_IMPL (poll_close) | |
Variables | |
static int | close_cb_called = 0 |
#define NUM_SOCKETS 64 |
Definition at line 33 of file test-poll-close.c.
|
static |
Definition at line 39 of file test-poll-close.c.
TEST_IMPL | ( | poll_close | ) |
Definition at line 44 of file test-poll-close.c.
|
static |
Definition at line 36 of file test-poll-close.c.