#include <assert.h>
#include "uv.h"
#include "internal.h"
#include "atomicops-inl.h"
#include "handle-inl.h"
#include "req-inl.h"
Go to the source code of this file.
Functions | |
void | uv_async_close (uv_loop_t *loop, uv_async_t *handle) |
void | uv_async_endgame (uv_loop_t *loop, uv_async_t *handle) |
int | uv_async_init (uv_loop_t *loop, uv_async_t *handle, uv_async_cb async_cb) |
int | uv_async_send (uv_async_t *handle) |
void | uv_process_async_wakeup_req (uv_loop_t *loop, uv_async_t *handle, uv_req_t *req) |
void uv_async_close | ( | uv_loop_t * | loop, |
uv_async_t * | handle | ||
) |
Definition at line 57 of file win/async.c.
void uv_async_endgame | ( | uv_loop_t * | loop, |
uv_async_t * | handle | ||
) |
Definition at line 31 of file win/async.c.
int uv_async_init | ( | uv_loop_t * | loop, |
uv_async_t * | handle, | ||
uv_async_cb | async_cb | ||
) |
Definition at line 40 of file win/async.c.
int uv_async_send | ( | uv_async_t * | handle | ) |
Definition at line 66 of file win/async.c.
void uv_process_async_wakeup_req | ( | uv_loop_t * | loop, |
uv_async_t * | handle, | ||
uv_req_t * | req | ||
) |
Definition at line 86 of file win/async.c.