Home
last modified time | relevance | path

Searched refs:uv__fs_event (Results 1 – 1 of 1) 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);
213 if (w->cb == 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() function
630 uv__io_init(&handle->event_watcher, uv__fs_event, fd); in uv_fs_event_start()

Completed in 4 milliseconds