Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dlinux.c265 struct watcher_root { struct
289 RB_GENERATE_STATIC(watcher_root, watcher_list, entry, compare_watchers) in RB_GENERATE_STATIC() argument
292 static struct watcher_root* uv__inotify_watchers(uv_loop_t* loop) { in RB_GENERATE_STATIC()
298 return (struct watcher_root*) &loop->inotify_watchers; in RB_GENERATE_STATIC()
2486 RB_FOREACH_SAFE(watcher_list, watcher_root, in uv__inotify_fork()
2530 return RB_FIND(watcher_root, uv__inotify_watchers(loop), &w); in find_watcher()
2538 RB_REMOVE(watcher_root, uv__inotify_watchers(loop), w); in maybe_free_watcher_list()
2673 RB_INSERT(watcher_root, uv__inotify_watchers(loop), w); in uv_fs_event_start()

Completed in 18 milliseconds