Go to the source code of this file.
Macros | |
#define | DECREASE_ACTIVE_COUNT(loop, handle) |
#define | DECREASE_PENDING_REQ_COUNT(handle) |
#define | INCREASE_ACTIVE_COUNT(loop, handle) |
#define | uv__handle_close(handle) |
#define | uv__handle_closing(handle) |
Functions | |
static INLINE HANDLE | uv__get_osfhandle (int fd) |
static INLINE void | uv_process_endgames (uv_loop_t *loop) |
static INLINE void | uv_want_endgame (uv_loop_t *loop, uv_handle_t *handle) |
Definition at line 32 of file handle-inl.h.
#define DECREASE_PENDING_REQ_COUNT | ( | handle | ) |
Definition at line 51 of file handle-inl.h.
Definition at line 42 of file handle-inl.h.
#define uv__handle_close | ( | handle | ) |
Definition at line 76 of file handle-inl.h.
#define uv__handle_closing | ( | handle | ) |
Definition at line 63 of file handle-inl.h.
Definition at line 166 of file handle-inl.h.
Definition at line 98 of file handle-inl.h.
|
static |
Definition at line 88 of file handle-inl.h.