Home
last modified time | relevance | path

Searched refs:fflags (Results 1 – 2 of 2) sorted by relevance

/libuv/src/unix/
H A Dkqueue.c51 static void uv__fs_event(uv_loop_t* loop, uv__io_t* w, unsigned int fflags);
181 int fflags; in uv__io_poll() local
210 fflags = 0; in uv__io_poll()
215 fflags = NOTE_ATTRIB | NOTE_WRITE | NOTE_RENAME in uv__io_poll()
220 EV_SET(events + nevents, w->fd, filter, op, fflags, 0, 0); in uv__io_poll()
385 w->cb(loop, w, ev->fflags); /* XXX always uv__fs_event() */ in uv__io_poll()
505 static void uv__fs_event(uv_loop_t* loop, uv__io_t* w, unsigned int fflags) { in uv__fs_event() argument
517 if (fflags & (NOTE_ATTRIB | NOTE_EXTEND)) in uv__fs_event()
557 fflags = NOTE_ATTRIB | NOTE_WRITE | NOTE_RENAME in uv__fs_event()
560 EV_SET(&ev, w->fd, EVFILT_VNODE, EV_ADD | EV_ONESHOT, fflags, 0, 0); in uv__fs_event()
H A Daix.c719 static void uv__ahafs_event(uv_loop_t* loop, uv__io_t* event_watch, unsigned int fflags) { in uv__ahafs_event() argument

Completed in 15 milliseconds