#include <assert.h>
#include <io.h>
#include "uv.h"
#include "internal.h"
#include "handle-inl.h"
#include "req-inl.h"
Go to the source code of this file.
Classes | |
struct | uv_single_fd_set_s |
Typedefs | |
typedef struct uv_single_fd_set_s | uv_single_fd_set_t |
Variables | |
static AFD_POLL_INFO | afd_poll_info_dummy_ |
static OVERLAPPED | overlapped_dummy_ |
static uv_once_t | overlapped_dummy_init_guard_ = UV_ONCE_INIT |
static const GUID | uv_msafd_provider_ids [UV_MSAFD_PROVIDER_COUNT] |
typedef struct uv_single_fd_set_s uv_single_fd_set_t |
Definition at line 137 of file win/poll.c.
Definition at line 251 of file win/poll.c.
|
static |
Definition at line 267 of file win/poll.c.
|
static |
Definition at line 300 of file win/poll.c.
|
static |
Definition at line 163 of file win/poll.c.
Definition at line 229 of file win/poll.c.
Definition at line 75 of file win/poll.c.
|
static |
Definition at line 70 of file win/poll.c.
|
static |
Definition at line 64 of file win/poll.c.
|
static |
Definition at line 52 of file win/poll.c.
Definition at line 494 of file win/poll.c.
|
static |
Definition at line 430 of file win/poll.c.
Definition at line 472 of file win/poll.c.
Definition at line 400 of file win/poll.c.
|
static |
Definition at line 331 of file win/poll.c.
Definition at line 626 of file win/poll.c.
Definition at line 635 of file win/poll.c.
Definition at line 507 of file win/poll.c.
int uv_poll_init_socket | ( | uv_loop_t * | loop, |
uv_poll_t * | handle, | ||
uv_os_sock_t | socket | ||
) |
Definition at line 512 of file win/poll.c.
int uv_poll_start | ( | uv_poll_t * | handle, |
int | events, | ||
uv_poll_cb | cb | ||
) |
Definition at line 585 of file win/poll.c.
Definition at line 604 of file win/poll.c.
Definition at line 617 of file win/poll.c.
|
static |
Definition at line 49 of file win/poll.c.
|
static |
Definition at line 46 of file win/poll.c.
|
static |
Definition at line 47 of file win/poll.c.
|
static |
Definition at line 31 of file win/poll.c.