Home
last modified time | relevance | path

Searched refs:uv__io_t (Results 1 – 21 of 21) sorted by relevance

/libuv/include/uv/
H A Dunix.h91 typedef struct uv__io_s uv__io_t; typedef
225 uv__io_t** watchers; \
239 uv__io_t async_io_watcher; \
248 uv__io_t signal_io_watcher; \
288 uv__io_t io_watcher; \
302 uv__io_t io_watcher; \
310 uv__io_t io_watcher;
H A Daix.h29 uv__io_t event_watcher; \
H A Dbsd.h26 uv__io_t event_watcher; \
H A Dsunos.h33 uv__io_t fs_event_watcher; \
H A Dlinux.h26 uv__io_t inotify_read_watcher; \
H A Ddarwin.h46 uv__io_t event_watcher; \
/libuv/src/unix/
H A Dinternal.h259 void uv__io_init(uv__io_t* w, uv__io_cb cb, int fd);
260 void uv__io_start(uv_loop_t* loop, uv__io_t* w, unsigned int events);
261 void uv__io_stop(uv_loop_t* loop, uv__io_t* w, unsigned int events);
262 void uv__io_close(uv_loop_t* loop, uv__io_t* w);
263 void uv__io_feed(uv_loop_t* loop, uv__io_t* w);
264 int uv__io_active(const uv__io_t* w, unsigned int events);
288 void uv__server_io(uv_loop_t* loop, uv__io_t* w, unsigned int events);
H A Dpoll.c30 static void uv__poll_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__poll_io()
120 uv__io_t** watchers; in uv_poll_start()
121 uv__io_t* w; in uv_poll_start()
H A Dposix-poll.c86 static void uv__pollfds_add(uv_loop_t* loop, uv__io_t* w) { in uv__pollfds_add()
141 uv__io_t* w; in uv__io_poll()
164 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
H A Dkqueue.c51 static void uv__fs_event(uv_loop_t* loop, uv__io_t* w, unsigned int fflags);
167 uv__io_t* w; in uv__io_poll()
197 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
499 static void uv__fs_event(uv_loop_t* loop, uv__io_t* w, unsigned int fflags) { in uv__fs_event()
H A Dcore.c843 uv__io_t* w; in uv__run_pending()
851 w = uv__queue_data(q, uv__io_t, pending_queue); in uv__run_pending()
869 uv__io_t** watchers; in maybe_resize()
903 void uv__io_init(uv__io_t* w, uv__io_cb cb, int fd) { in uv__io_init()
915 void uv__io_start(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__io_start()
943 void uv__io_stop(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__io_stop()
974 void uv__io_close(uv_loop_t* loop, uv__io_t* w) { in uv__io_close()
984 void uv__io_feed(uv_loop_t* loop, uv__io_t* w) { in uv__io_feed()
990 int uv__io_active(const uv__io_t* w, unsigned int events) { in uv__io_active()
H A Dsignal.c48 static void uv__signal_event(uv_loop_t* loop, uv__io_t* w, unsigned int events);
434 uv__io_t* w, in uv__signal_event()
H A Dsunos.c152 uv__io_t* w; in uv__io_poll()
178 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
450 uv__io_t* w, in uv__fs_event_read()
H A Dloop.c135 uv__io_t* w; in uv_loop_fork()
H A Daix.c140 uv__io_t* w; in uv__io_poll()
165 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
719 static void uv__ahafs_event(uv_loop_t* loop, uv__io_t* event_watch, unsigned int fflags) { in uv__ahafs_event()
H A Dasync.c160 static void uv__async_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) {
H A Dos390.c821 uv__io_t* w; in uv__io_poll()
844 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
H A Dstream.c76 static void uv__stream_io(uv_loop_t* loop, uv__io_t* w, unsigned int events);
508 void uv__server_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__server_io()
1189 static void uv__stream_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__stream_io()
H A Dlinux.c271 uv__io_t* w,
1360 uv__io_t* w; in uv__io_poll()
1407 w = uv__queue_data(q, uv__io_t, watcher_queue); in uv__io_poll()
2546 uv__io_t* dummy, in uv__inotify_read()
H A Dudp.c44 static void uv__udp_io(uv_loop_t* loop, uv__io_t* w, unsigned int revents);
135 static void uv__udp_io(uv_loop_t* loop, uv__io_t* w, unsigned int revents) { in uv__udp_io()
/libuv/
H A DSUPPORTED_PLATFORMS.md37 I/O handling is abstracted by an internal `uv__io_t` handle. The new platform

Completed in 61 milliseconds