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.c262 int wd; member
2452 if (a->wd < b->wd) return -1; in compare_watchers()
2453 if (a->wd > b->wd) return 1; in compare_watchers()
2544 w.wd = wd; in find_watcher()
2596 w = find_watcher(loop, e->wd); in uv__inotify_read()
2651 int wd; in uv_fs_event_start() local
2672 if (wd == -1) in uv_fs_event_start()
2675 w = find_watcher(loop, wd); in uv_fs_event_start()
2684 w->wd = wd; in uv_fs_event_start()
2695 handle->wd = wd; in uv_fs_event_start()
[all …]

Completed in 11 milliseconds