Home
last modified time | relevance | path

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

/libuv/include/uv/
H A Dlinux.h32 int wd; \
/libuv/src/unix/
H A Dlinux.c264 int wd; member
2408 if (a->wd < b->wd) return -1; in compare_watchers()
2409 if (a->wd > b->wd) return 1; in compare_watchers()
2500 w.wd = wd; in find_watcher()
2552 w = find_watcher(loop, e->wd); in uv__inotify_read()
2607 int wd; in uv_fs_event_start() local
2628 if (wd == -1) in uv_fs_event_start()
2631 w = find_watcher(loop, wd); in uv_fs_event_start()
2640 w->wd = wd; in uv_fs_event_start()
2651 handle->wd = wd; in uv_fs_event_start()
[all …]

Completed in 16 milliseconds