Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
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()
296 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg()
332 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg()
350 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg()
378 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg()
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 Dsignal.c312 uv_handle_t* handle = uv__queue_data(q, uv_handle_t, handle_queue); in uv__signal_loop_fork()
337 uv_handle_t* handle = uv__queue_data(q, uv_handle_t, handle_queue); in uv__signal_loop_cleanup()
H A Dasync.c140 h = uv__queue_data(q, uv_async_t, queue); in uv__async_io()
H A Dposix-poll.c164 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
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 Dprocess.c120 process = uv__queue_data(q, uv_process_t, queue); in uv__wait_children()
159 process = uv__queue_data(q, uv_process_t, queue); in uv__wait_children()
H A Dlinux.c1439 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
2409 handle = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_fork()
2431 handle = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_fork()
2523 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.c865 w = uv__queue_data(q, uv__io_t, pending_queue); in uv__run_pending()
/third_party/libuv/src/
H A Dthreadpool.c92 w = uv__queue_data(q, struct uv__statistic_work, wq); in uv_dump_worker()
112 struct uv_work_dump_info* info = uv__queue_data(q, struct uv_work_dump_info, wq); in uv__queue_work_info()
247 struct uv_work_dump_info* info = uv__queue_data(q, struct uv_work_dump_info, wq); in uv_dump_work_queue()
406 w = uv__queue_data(q, struct uv__work, wq); in worker()
H A Dqueue.h21 #define uv__queue_data(pointer, type, field) \ macro
H A Duv-common.c544 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv_walk()
567 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv__print_handles()
867 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv_loop_close()
/third_party/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 25 milliseconds