Home
last modified time | relevance | path

Searched refs:uv_async_init (Results 1 – 17 of 17) sorted by relevance

/libuv/test/
H A Dbenchmark-async.c89 ASSERT_OK(uv_async_init(&ctx->loop, &ctx->worker_async, worker_async_cb)); in test_async()
90 ASSERT_OK(uv_async_init(uv_default_loop(), in test_async()
H A Dtest-async-null-cb.c55 ASSERT_OK(uv_async_init(uv_default_loop(), &async_handle, NULL)); in TEST_IMPL()
H A Dtest-embed.c53 ASSERT_OK(uv_async_init(loop, &async, async_cb)); in TEST_IMPL()
H A Dtest-async.c120 r = uv_async_init(uv_default_loop(), &async, async_cb); in TEST_IMPL()
H A Dbenchmark-async-pummel.c74 ASSERT_OK(uv_async_init(uv_default_loop(), &handle, async_cb)); in test_async_pummel()
H A Dbenchmark-million-async.c96 ASSERT_OK(uv_async_init(loop, handle, async_cb)); in BENCHMARK_IMPL()
H A Dtest-ref.c123 uv_async_init(uv_default_loop(), &h, NULL); in TEST_IMPL()
H A Dbenchmark-multi-accept.c264 ASSERT_OK(uv_async_init(&loop, &ctx->async_handle, sv_async_cb)); in server_cb()
/libuv/docs/src/
H A Dasync.rst20 Type definition for callback passed to :c:func:`uv_async_init`.
34 .. c:function:: int uv_async_init(uv_loop_t* loop, uv_async_t* async, uv_async_cb async_cb)
/libuv/docs/code/progress/
H A Dmain.c43 uv_async_init(loop, &async, print_progress); in main()
/libuv/src/win/
H A Dasync.c40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() function
H A Dcore.c292 err = uv_async_init(loop, &loop->wq_async, uv__work_done); in uv_loop_init()
/libuv/src/unix/
H A Dloop.c98 err = uv_async_init(loop, &loop->wq_async, uv__work_done); in uv_loop_init()
H A Dasync.c74 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() function
H A Dfsevents.c825 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
H A Dstream.c346 err = uv_async_init(stream->loop, &s->async, uv__stream_osx_select_cb); in uv__stream_try_select()
/libuv/include/
H A Duv.h942 UV_EXTERN int uv_async_init(uv_loop_t*,

Completed in 44 milliseconds