Home
last modified time | relevance | path

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

/libuv/include/uv/
H A Dtree.h53 struct type *rbh_root; /* root of the tree */ \
60 (root)->rbh_root = NULL; \
77 #define RB_ROOT(head) (head)->rbh_root
107 (head)->rbh_root = (tmp); \
127 (head)->rbh_root = (tmp); \
201 RB_COLOR(head->rbh_root, field) = RB_BLACK; \
/libuv/src/unix/
H A Dlinux.c266 struct watcher_list* rbh_root; member
662 root = uv__inotify_watchers(loop)->rbh_root; in uv__io_fork()

Completed in 11 milliseconds