Functions
win/async.c File Reference
#include <assert.h>
#include "uv.h"
#include "internal.h"
#include "atomicops-inl.h"
#include "handle-inl.h"
#include "req-inl.h"
Include dependency graph for win/async.c:

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)
 

Function Documentation

◆ uv_async_close()

void uv_async_close ( uv_loop_t loop,
uv_async_t handle 
)

Definition at line 57 of file win/async.c.

◆ uv_async_endgame()

void uv_async_endgame ( uv_loop_t loop,
uv_async_t handle 
)

Definition at line 31 of file win/async.c.

◆ uv_async_init()

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.

◆ uv_async_send()

int uv_async_send ( uv_async_t handle)

Definition at line 66 of file win/async.c.

◆ uv_process_async_wakeup_req()

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.



grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:02:00