Home
last modified time | relevance | path

Searched refs:uv_async_send (Results 1 - 25 of 38) sorted by relevance

12

/third_party/libuv/test/
H A Dbenchmark-async.c46 ASSERT_OK(uv_async_send(&ctx->main_async)); in worker_async_cb()
58 ASSERT_OK(uv_async_send(&ctx->worker_async)); in main_async_cb()
69 ASSERT_OK(uv_async_send(&ctx->main_async)); in worker()
H A Dtest-async-null-cb.c34 uv_async_send(&async_handle); in thread_cb()
H A Dtest-embed.c39 ASSERT_OK(uv_async_send(&async)); in thread_main()
H A Dtest-async.c51 r = uv_async_send(&async); in thread_cb()
H A Dbenchmark-async-pummel.c57 uv_async_send(handle); in pummel()
H A Dbenchmark-million-async.c48 uv_async_send(container->async_handles + i); in thread_cb()
H A Dbenchmark-multi-accept.c412 uv_async_send(&ctx->async_handle); in test_tcp()
/third_party/node/src/
H A Dnode_win32_etw_provider.cc157 uv_async_send(&dispatch_etw_events_change_async); in etw_events_enable_callback()
162 uv_async_send(&dispatch_etw_events_change_async); in etw_events_enable_callback()
H A Dnode_platform.cc77 uv_async_send(&flush_tasks_); in PostDelayedTask()
82 uv_async_send(&flush_tasks_); in Stop()
259 uv_async_send(flush_tasks_); in PostTask()
274 uv_async_send(flush_tasks_); in PostDelayedTask()
H A Dnode_watchdog.cc70 uv_async_send(&async_); in ~Watchdog()
187 CHECK_EQ(uv_async_send(&handle_), 0); in HandleSigint()
H A Denv-inl.h548 uv_async_send(&task_queues_async_); in SetImmediateThreadsafe()
560 uv_async_send(&task_queues_async_); in RequestInterrupt()
H A Dinspector_agent.cc936 uv_async_send(&start_io_thread_async); in RequestIoThreadStart()
942 uv_async_send(&start_io_thread_async); in RequestIoThreadStart()
/third_party/node/src/tracing/
H A Dnode_trace_writer.cc56 uv_async_send(&exit_signal_); in ~NodeTraceWriter()
150 int err = uv_async_send(&flush_signal_); in Flush()
H A Dnode_trace_buffer.cc116 uv_async_send(&exit_signal_); in ~NodeTraceBuffer()
151 uv_async_send(&flush_signal_); // trigger flush on a separate thread in TryLoadAvailableBuffer()
H A Dagent.cc129 uv_async_send(&initialize_writer_async_); in AddClient()
/third_party/libuv/docs/code/progress/
H A Dmain.c18 uv_async_send(&async); in fake_download()
/third_party/libuv/src/win/
H A Dasync.c66 int uv_async_send(uv_async_t* handle) { in uv_async_send() function
74 /* The user should make sure never to call uv_async_send to a closing or in uv_async_send()
/third_party/node/deps/uv/src/win/
H A Dasync.c66 int uv_async_send(uv_async_t* handle) { in uv_async_send() function
74 /* The user should make sure never to call uv_async_send to a closing or in uv_async_send()
/third_party/node/test/addons/async-cleanup-hook/
H A Dbinding.cc38 uv_async_send(&data->async); in AsyncCleanupHook()
/third_party/node/deps/uv/src/
H A Dthreadpool.c128 uv_async_send(&w->loop->wq_async); in worker()
293 uv_async_send(&loop->wq_async); in uv__work_cancel()
/third_party/libuv/src/
H A Dthreadpool.c422 uv_async_send(&w->loop->wq_async); in worker()
631 uv_async_send(&loop->wq_async); in uv__work_cancel()
643 uv_async_send(&loop->wq_async); in uv__work_cancel()
792 uv_async_send(&loop->wq_async); in uv__ffrt_work()
H A Dtimer.c102 uv_async_send(&handle->loop->wq_async); in uv_timer_start()
/third_party/node/test/node-api/test_async_cleanup_hook/
H A Dbinding.c48 uv_async_send(&data->async); in AsyncCleanupHook()
/third_party/node/deps/uv/src/unix/
H A Dasync.c63 int uv_async_send(uv_async_t* handle) { in uv_async_send() function
/third_party/libuv/src/unix/
H A Dasync.c69 int uv_async_send(uv_async_t* handle) { in uv_async_send() function

Completed in 43 milliseconds

12