HomeSort by: relevance | last modified time | path
    Searched refs:uv__io_t (Results 1 - 22 of 22) sorted by relevancy

  /src/external/mit/libuv/dist/include/uv/
aix.h 29 uv__io_t event_watcher; \
bsd.h 26 uv__io_t event_watcher; \
linux.h 26 uv__io_t inotify_read_watcher; \
sunos.h 33 uv__io_t fs_event_watcher; \
darwin.h 46 uv__io_t event_watcher; \
unix.h 91 typedef struct uv__io_s uv__io_t; typedef in typeref:struct:uv__io_s
225 uv__io_t** watchers; \
239 uv__io_t async_io_watcher; \
248 uv__io_t signal_io_watcher; \
291 uv__io_t io_watcher; \
305 uv__io_t io_watcher; \
313 uv__io_t io_watcher;
  /src/external/mit/libuv/dist/src/unix/
poll.c 29 static void uv__poll_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) {
119 uv__io_t** watchers;
120 uv__io_t* w;
internal.h 259 void uv__io_init(uv__io_t* w, uv__io_cb cb, int fd);
260 int uv__io_start(uv_loop_t* loop, uv__io_t* w, unsigned int events);
262 uv__io_t* w,
266 void uv__io_stop(uv_loop_t* loop, uv__io_t* w, unsigned int events);
267 void uv__io_close(uv_loop_t* loop, uv__io_t* w);
268 void uv__io_feed(uv_loop_t* loop, uv__io_t* w);
269 int uv__io_active(const uv__io_t* w, unsigned int events);
293 void uv__server_io(uv_loop_t* loop, uv__io_t* w, unsigned int events);
epoll.c 122 uv__io_t* w;
148 w = QUEUE_DATA(q, uv__io_t, watcher_queue);
308 uv__io_t* watchers;
posix-poll.c 86 static void uv__pollfds_add(uv_loop_t* loop, uv__io_t* w) {
141 uv__io_t* w;
164 w = uv__queue_data(q, uv__io_t, watcher_queue);
linux-inotify.c 62 uv__io_t* w,
168 uv__io_t* dummy,
kqueue.c 51 static void uv__fs_event(uv_loop_t* loop, uv__io_t* w, unsigned int fflags);
167 uv__io_t* w;
197 w = uv__queue_data(q, uv__io_t, watcher_queue);
499 static void uv__fs_event(uv_loop_t* loop, uv__io_t* w, unsigned int fflags) {
core.c 845 uv__io_t* w;
853 w = uv__queue_data(q, uv__io_t, pending_queue);
871 uv__io_t** watchers;
906 void uv__io_init(uv__io_t* w, uv__io_cb cb, int fd) {
917 int uv__io_start(uv_loop_t* loop, uv__io_t* w, unsigned int events) {
952 uv__io_t* w,
968 void uv__io_stop(uv_loop_t* loop, uv__io_t* w, unsigned int events) {
999 void uv__io_close(uv_loop_t* loop, uv__io_t* w) {
1009 void uv__io_feed(uv_loop_t* loop, uv__io_t* w) {
1015 int uv__io_active(const uv__io_t* w, unsigned int events)
    [all...]
sunos.c 152 uv__io_t* w;
178 w = uv__queue_data(q, uv__io_t, watcher_queue);
450 uv__io_t* w,
signal.c 48 static void uv__signal_event(uv_loop_t* loop, uv__io_t* w, unsigned int events);
440 uv__io_t* w,
loop.c 139 uv__io_t* w;
async.c 160 static void uv__async_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) {
aix.c 140 uv__io_t* w;
165 w = uv__queue_data(q, uv__io_t, watcher_queue);
719 static void uv__ahafs_event(uv_loop_t* loop, uv__io_t* event_watch, unsigned int fflags) {
stream.c 76 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) {
1189 static void uv__stream_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) {
os390.c 821 uv__io_t* w;
844 w = uv__queue_data(q, uv__io_t, watcher_queue);
linux.c 271 uv__io_t* w,
1361 uv__io_t* w;
1408 w = uv__queue_data(q, uv__io_t, watcher_queue);
2599 uv__io_t* dummy,
udp.c 44 static void uv__udp_io(uv_loop_t* loop, uv__io_t* w, unsigned int revents);
139 static void uv__udp_io(uv_loop_t* loop, uv__io_t* w, unsigned int revents) {

Completed in 26 milliseconds