Searched refs:uv__fs_event (Results 1 – 1 of 1) sorted by relevance
51 static void uv__fs_event(uv_loop_t* loop, uv__io_t* w, unsigned int fflags);207 if (w->cb == 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() function624 uv__io_init(&handle->event_watcher, uv__fs_event, fd); in uv_fs_event_start()
Completed in 6 milliseconds