Searched refs:root (Results 1 – 7 of 7) sorted by relevance
56 #define RB_INITIALIZER(root) \ argument59 #define RB_INIT(root) do { \ argument60 (root)->rbh_root = NULL; \
269 static int uv__inotify_fork(uv_loop_t* loop, struct watcher_list* root);660 struct watcher_list* root; in uv__io_fork() local662 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() argument2472 if (root == NULL) in uv__inotify_fork()2478 loop->inotify_watchers = root; in uv__inotify_fork()
38 ANDROID_AVD_HOME: /root/.android/avd
108 You will have to run `udp-dhcp` as **root** since it uses well known port
30 "Build the unit tests when BUILD_TESTING is enabled and we are the root project" ON33 "Build the benchmarks when building unit tests and we are the root project" ON
445 Aleksej Lebedev <root@zta.lk>
1834 * 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