Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dasync.c163 h = uv__queue_data(q, uv_async_t, queue); in uv__async_io()
257 h = uv__queue_data(q, uv_async_t, queue); in uv__async_stop()
288 h = uv__queue_data(q, uv_async_t, queue); in uv__async_fork()
H A Dfsevents.c167 event = uv__queue_data(q, uv__fsevents_event_t, member); \
242 handle = uv__queue_data(q, uv_fs_event_t, cf_member); in uv__fsevents_event_cb()
451 curr = uv__queue_data(q, uv_fs_event_t, cf_member); in uv__fsevents_reschedule()
490 curr = uv__queue_data(q, uv_fs_event_t, cf_member); in uv__fsevents_reschedule()
693 s = uv__queue_data(q, uv__cf_loop_signal_t, member); in uv__fsevents_loop_delete()
753 s = uv__queue_data(item, uv__cf_loop_signal_t, member); in uv__cf_loop_cb()
H A Dloop-watcher.c55 h = uv__queue_data(q, uv_##name##_t, queue); \
H A Dudp.c74 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_finish_close()
102 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_run_completed()
327 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg_one()
345 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg_many()
379 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg_many()
394 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg_many()
422 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg()
H A Dsignal.c293 uv_handle_t* handle = uv__queue_data(q, uv_handle_t, handle_queue); in uv__signal_loop_fork()
318 uv_handle_t* handle = uv__queue_data(q, uv_handle_t, handle_queue); in uv__signal_loop_cleanup()
H A Dos390-syscalls.c192 lst = uv__queue_data(q, uv__os390_epoll, member); in child_fork()
362 lst = uv__queue_data(q, uv__os390_epoll, member); in epoll_file_close()
H A Dkqueue.c170 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
315 process = uv__queue_data(q, uv_process_t, queue); in uv__io_poll()
H A Dposix-poll.c164 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
H A Dprocess.c116 process = uv__queue_data(q, uv_process_t, queue); in uv__wait_children()
155 process = uv__queue_data(q, uv_process_t, queue); in uv__wait_children()
H A Dstream.c447 req = uv__queue_data(q, uv_write_t, queue); in uv__stream_flush_write_queue()
858 req = uv__queue_data(q, uv_write_t, queue); in uv__write()
913 req = uv__queue_data(q, uv_write_t, queue); in uv__write_callbacks()
H A Dlinux.c1378 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
2463 handle = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_fork()
2485 handle = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_fork()
2577 h = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_read()
H A Dsunos.c178 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
H A Dos390.c844 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
H A Daix.c165 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
H A Dcore.c841 w = uv__queue_data(q, uv__io_t, pending_queue); in uv__run_pending()
/libuv/src/
H A Dqueue.h21 #define uv__queue_data(pointer, type, field) \ macro
H A Duv-common.c543 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv_walk()
566 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv__print_handles()
862 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv_loop_close()
H A Dthreadpool.c121 w = uv__queue_data(q, struct uv__work, wq); in worker()
/libuv/src/win/
H A Dpipe.c654 xfer_queue_item = uv__queue_data(q, uv__ipc_xfer_queue_item_t, member); in uv__pipe_endgame()
1160 item = uv__queue_data(q, uv__ipc_xfer_queue_item_t, member); in uv__pipe_accept()

Completed in 108 milliseconds