Home
last modified time | relevance | path

Searched refs:uv_async_t (Results 1 - 25 of 68) sorted by relevance

123

/third_party/libuv/src/win/
H A Dasync.c31 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle) { in uv__async_endgame()
40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init()
57 void uv__async_close(uv_loop_t* loop, uv_async_t* handle) { in uv__async_close()
58 if (!((uv_async_t*)handle)->async_sent) { in uv__async_close()
66 int uv_async_send(uv_async_t* handle) { in uv_async_send()
86 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, in uv__process_async_wakeup_req()
H A Dinternal.h206 void uv__async_close(uv_loop_t* loop, uv_async_t* handle);
207 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle);
209 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle,
/third_party/node/deps/uv/src/win/
H A Dasync.c31 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle) { in uv__async_endgame()
40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init()
57 void uv__async_close(uv_loop_t* loop, uv_async_t* handle) { in uv__async_close()
58 if (!((uv_async_t*)handle)->async_sent) { in uv__async_close()
66 int uv_async_send(uv_async_t* handle) { in uv_async_send()
86 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, in uv__process_async_wakeup_req()
H A Dinternal.h214 void uv__async_close(uv_loop_t* loop, uv_async_t* handle);
215 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle);
217 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle,
/third_party/node/deps/uv/src/unix/
H A Dasync.c22 * user-facing uv_async_t functions.
45 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init()
63 int uv_async_send(uv_async_t* handle) { in uv_async_send()
84 static int uv__async_spin(uv_async_t* handle) { in uv__async_spin()
115 void uv__async_close(uv_async_t* handle) { in uv__async_close()
127 uv_async_t* h; in uv__async_io()
152 h = QUEUE_DATA(q, uv_async_t, queue); in uv__async_io()
/third_party/libuv/src/unix/
H A Dasync.c22 * user-facing uv_async_t functions.
47 static void uv__async_send(uv_async_t* handle);
51 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init()
69 int uv_async_send(uv_async_t* handle) { in uv_async_send()
97 void uv__async_close(uv_async_t* handle) { in uv__async_close()
109 uv_async_t* h; in uv__async_io()
140 h = uv__queue_data(q, uv_async_t, queue); in uv__async_io()
158 static void uv__async_send(uv_async_t* handle) { in uv__async_send()
/third_party/libuv/test/
H A Dbenchmark-async-pummel.c39 static void async_cb(uv_async_t* handle) { in async_cb()
54 uv_async_t* handle = (uv_async_t*) arg; in pummel()
67 uv_async_t handle; in test_async_pummel()
H A Dbenchmark-million-async.c28 uv_async_t async_handles[1024 * 1024];
53 static void async_cb(uv_async_t* handle) { in async_cb()
66 uv_async_t* handle = container->async_handles + i; in timer_cb()
81 uv_async_t* handle; in BENCHMARK_IMPL()
H A Dbenchmark-async.c33 uv_async_t main_async; /* wake up main thread */
34 uv_async_t worker_async; /* wake up worker */
43 static void worker_async_cb(uv_async_t* handle) { in worker_async_cb()
55 static void main_async_cb(uv_async_t* handle) { in main_async_cb()
H A Dtest-embed.c32 static uv_async_t async;
43 static void async_cb(uv_async_t* handle) { in async_cb()
H A Dtest-async.c31 static uv_async_t async;
78 static void async_cb(uv_async_t* handle) { in async_cb()
H A Dtest-async-null-cb.c26 static uv_async_t async_handle;
/third_party/node/src/tracing/
H A Dnode_trace_buffer.h64 static void NonBlockingFlushSignalCb(uv_async_t* signal);
65 static void ExitSignalCb(uv_async_t* signal);
68 uv_async_t flush_signal_;
69 uv_async_t exit_signal_;
H A Dnode_trace_writer.h40 static void ExitSignalCb(uv_async_t* signal);
44 uv_async_t flush_signal_;
46 uv_async_t exit_signal_;
H A Dnode_trace_writer.cc20 [](uv_async_t* signal) { in InitializeOnThread()
218 void NodeTraceWriter::ExitSignalCb(uv_async_t* signal) { in ExitSignalCb()
226 reinterpret_cast<uv_async_t*>(signal)); in ExitSignalCb()
232 reinterpret_cast<uv_async_t*>(signal)); in ExitSignalCb()
H A Dnode_trace_buffer.cc164 void NodeTraceBuffer::NonBlockingFlushSignalCb(uv_async_t* signal) { in NonBlockingFlushSignalCb()
175 void NodeTraceBuffer::ExitSignalCb(uv_async_t* signal) { in ExitSignalCb()
184 reinterpret_cast<uv_async_t*>(signal)); in ExitSignalCb()
190 reinterpret_cast<uv_async_t*>(signal)); in ExitSignalCb()
/third_party/libuv/docs/code/progress/
H A Dmain.c8 uv_async_t async;
31 void print_progress(uv_async_t *handle) { in print_progress()
/third_party/node/test/addons/async-cleanup-hook/
H A Dbinding.cc10 uv_async_t async;
21 int err = uv_async_init(loop, &data->async, [](uv_async_t* async) { in AsyncCleanupHook()
/third_party/node/test/addons/worker-addon/
H A Dbinding.cc65 static uv_async_t extra_async; in Initialize()
67 int err = uv_async_init(loop, &extra_async, [](uv_async_t*) {}); in Initialize()
/third_party/node/src/
H A Dnode_platform.cc99 static void FlushTasks(uv_async_t* flush_tasks) { in FlushTasks()
169 uv_async_t flush_tasks_;
232 flush_tasks_ = new uv_async_t(); in PerIsolatePlatformData()
243 void PerIsolatePlatformData::FlushTasks(uv_async_t* handle) { in FlushTasks()
315 std::unique_ptr<uv_async_t> flush_tasks { in Shutdown()
316 reinterpret_cast<uv_async_t*>(handle) }; in Shutdown()
H A Dnode_win32_etw_provider.cc39 static uv_async_t dispatch_etw_events_change_async;
128 void etw_events_change_async(uv_async_t* handle) { in etw_events_change_async()
H A Dnode_watchdog.h60 uv_async_t async_;
106 uv_async_t handle_;
H A Dinspector_io.cc101 int err = uv_async_init(loop, &async_, [](uv_async_t* async) { in RequestQueueData()
157 uv_async_t async_;
377 uv_async_t* async = reinterpret_cast<uv_async_t*>(handle); in CloseAndFree()
/third_party/node/test/node-api/test_async_cleanup_hook/
H A Dbinding.c13 uv_async_t async;
32 static void AfterCleanupHookOne(uv_async_t* async) { in AfterCleanupHookOne()
/third_party/libuv/include/uv/
H A Ddarwin.h50 uv_async_t* cf_cb; \

Completed in 10 milliseconds

123