Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dlinux-inotify.c44 struct watcher_root { struct
47 #define CAST(p) ((struct watcher_root*)(p)) argument
58 RB_GENERATE_STATIC(watcher_root, watcher_list, entry, compare_watchers)
109 RB_FOREACH_SAFE(watcher_list, watcher_root, in uv__inotify_fork()
154 return RB_FIND(watcher_root, CAST(&loop->inotify_watchers), &w); in find_watcher()
161 RB_REMOVE(watcher_root, CAST(&loop->inotify_watchers), w); in maybe_free_watcher_list()
292 RB_INSERT(watcher_root, CAST(&handle->loop->inotify_watchers), w); in uv_fs_event_start()