Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dlinux.c267 struct watcher_root { struct
291 RB_GENERATE_STATIC(watcher_root, watcher_list, entry, compare_watchers) in RB_GENERATE_STATIC() argument
294 static struct watcher_root* uv__inotify_watchers(uv_loop_t* loop) { in RB_GENERATE_STATIC()
300 return (struct watcher_root*) &loop->inotify_watchers; in RB_GENERATE_STATIC()
2457 RB_FOREACH_SAFE(watcher_list, watcher_root, in uv__inotify_fork()
2501 return RB_FIND(watcher_root, uv__inotify_watchers(loop), &w); in find_watcher()
2509 RB_REMOVE(watcher_root, uv__inotify_watchers(loop), w); in maybe_free_watcher_list()
2644 RB_INSERT(watcher_root, uv__inotify_watchers(loop), w); in uv_fs_event_start()

Completed in 11 milliseconds