Home
last modified time | relevance | path

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

/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()
447 curr = uv__queue_data(q, uv_fs_event_t, cf_member); in uv__fsevents_reschedule()
486 curr = uv__queue_data(q, uv_fs_event_t, cf_member); in uv__fsevents_reschedule()
689 s = uv__queue_data(q, uv__cf_loop_signal_t, member); in uv__fsevents_loop_delete()
749 s = uv__queue_data(item, uv__cf_loop_signal_t, member); in uv__cf_loop_cb()
H A Dasync.c199 h = uv__queue_data(q, uv_async_t, queue);
357 h = uv__queue_data(q, uv_async_t, queue);
388 h = uv__queue_data(q, uv_async_t, queue);
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()
334 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg_one()
352 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg_many()
392 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg_many()
407 req = uv__queue_data(q, uv_udp_send_t, queue); in uv__udp_sendmsg_many()
435 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.c203 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
348 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.c117 process = uv__queue_data(q, uv_process_t, queue); in uv__wait_children()
156 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()
859 req = uv__queue_data(q, uv_write_t, queue); in uv__write()
914 req = uv__queue_data(q, uv_write_t, queue); in uv__write_callbacks()
H A Dlinux.c1386 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
2477 handle = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_fork()
2499 handle = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_fork()
2591 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.c851 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.c659 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 74 milliseconds