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
2437 if (a->wd < b->wd) return -1; in compare_watchers()
2438 if (a->wd > b->wd) return 1; in compare_watchers()
2529 w.wd = wd; in find_watcher()
2581 w = find_watcher(loop, e->wd); in uv__inotify_read()
2636 int wd; in uv_fs_event_start() local
2657 if (wd == -1) in uv_fs_event_start()
2660 w = find_watcher(loop, wd); in uv_fs_event_start()
2669 w->wd = wd; in uv_fs_event_start()
2680 handle->wd = wd; in uv_fs_event_start()
[all …]

Completed in 15 milliseconds