Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-async.c88 ASSERT(0 == uv_async_init(&ctx->loop, &ctx->worker_async, worker_async_cb)); in test_async()
89 ASSERT(0 == uv_async_init(uv_default_loop(), in test_async()
H A Dtest-async-null-cb.c55 ASSERT(0 == uv_async_init(uv_default_loop(), &async_handle, NULL)); in TEST_IMPL()
H A Dtest-embed.c53 ASSERT_EQ(0, 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.c73 ASSERT(0 == uv_async_init(uv_default_loop(), &handle, async_cb)); in test_async_pummel()
H A Dbenchmark-million-async.c95 ASSERT(0 == 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(0 == uv_async_init(&loop, &ctx->async_handle, sv_async_cb)); in server_cb()
/netbsd-src/external/mit/libuv/dist/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)
/netbsd-src/external/mit/libuv/dist/docs/code/progress/
H A Dmain.c43 uv_async_init(loop, &async, print_progress); in main()
/netbsd-src/external/mit/libuv/dist/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()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dasync.c45 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() function
H A Dloop.c98 err = uv_async_init(loop, &loop->wq_async, uv__work_done); in uv_loop_init()
H A Dfsevents.c835 uv_async_init(handle->loop, handle->cf_cb, uv__fsevents_cb); in uv__fsevents_init()
H A Dstream.c336 err = uv_async_init(stream->loop, &s->async, uv__stream_osx_select_cb); in uv__stream_try_select()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c343 r = uv_async_init(&worker->loop, &worker->async, async_cb); in isc__netmgr_create()
344 UV_RUNTIME_CHECK(uv_async_init, r); in isc__netmgr_create()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h870 UV_EXTERN int uv_async_init(uv_loop_t*,
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c