Searched refs:watcher_root (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dlinux-inotify.c44 struct watcher_root { struct
47 #define CAST(p) ((struct watcher_root*)(p))
58 RB_GENERATE_STATIC(watcher_root, watcher_list, entry, compare_watchers)
109 RB_FOREACH_SAFE(watcher_list, watcher_root,
154 return RB_FIND(watcher_root, CAST(&loop->inotify_watchers), &w);
161 RB_REMOVE(watcher_root, CAST(&loop->inotify_watchers), w);
292 RB_INSERT(watcher_root, CAST(&handle->loop->inotify_watchers), w);

Completed in 122 milliseconds