Home
last modified time | relevance | path

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

/libuv/include/uv/
H A Dtree.h56 #define RB_INITIALIZER(root) \ argument
59 #define RB_INIT(root) do { \ argument
60 (root)->rbh_root = NULL; \
/libuv/src/unix/
H A Dlinux.c269 static int uv__inotify_fork(uv_loop_t* loop, struct watcher_list* root);
660 struct watcher_list* root; in uv__io_fork() local
662 root = uv__inotify_watchers(loop)->rbh_root; in uv__io_fork()
674 return uv__inotify_fork(loop, root); in uv__io_fork()
2461 static int uv__inotify_fork(uv_loop_t* loop, struct watcher_list* root) { in uv__inotify_fork() argument
2472 if (root == NULL) in uv__inotify_fork()
2478 loop->inotify_watchers = root; in uv__inotify_fork()
/libuv/.github/workflows/
H A DCI-unix.yml38 ANDROID_AVD_HOME: /root/.android/avd
/libuv/docs/src/guide/
H A Dnetworking.rst108 You will have to run `udp-dhcp` as **root** since it uses well known port
/libuv/
H A DCMakeLists.txt30 "Build the unit tests when BUILD_TESTING is enabled and we are the root project" ON
33 "Build the benchmarks when building unit tests and we are the root project" ON
H A DAUTHORS445 Aleksej Lebedev <root@zta.lk>
H A DChangeLog1834 * test: disallow running the test suite as root (cjihrig)
2077 * github: add root warning to template (cjihrig)
3195 * test,zos: skip chown root test (jBarz)
3756 * test: handle root home directories (cjihrig)
3875 * win: fix watching root files (Nicholas Vavilov)
5932 * test: fix fs_chown when running as root (Ben Noordhuis)

Completed in 67 milliseconds