Searched refs:fflags (Results 1 – 2 of 2) sorted by relevance
/libuv/src/unix/ |
H A D | kqueue.c | 51 static void uv__fs_event(uv_loop_t* loop, uv__io_t* w, unsigned int fflags); 175 int fflags; in uv__io_poll() local 204 fflags = 0; in uv__io_poll() 209 fflags = NOTE_ATTRIB | NOTE_WRITE | NOTE_RENAME in uv__io_poll() 214 EV_SET(events + nevents, w->fd, filter, op, fflags, 0, 0); in uv__io_poll() 379 w->cb(loop, w, ev->fflags); /* XXX always uv__fs_event() */ 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() argument 511 if (fflags & (NOTE_ATTRIB | NOTE_EXTEND)) in uv__fs_event() 551 fflags = NOTE_ATTRIB | NOTE_WRITE | NOTE_RENAME in uv__fs_event() 554 EV_SET(&ev, w->fd, EVFILT_VNODE, EV_ADD | EV_ONESHOT, fflags, 0, 0); in uv__fs_event()
|
H A D | aix.c | 719 static void uv__ahafs_event(uv_loop_t* loop, uv__io_t* event_watch, unsigned int fflags) { in uv__ahafs_event() argument
|
Completed in 8 milliseconds