Searched defs:RB_FOREACH_SAFE (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
H A D | linux-inotify.c | 109 RB_FOREACH_SAFE(watcher_list, watcher_root, in uv__inotify_fork() function
|
/third_party/libuv/include/uv/ |
H A D | tree.h | 748 #define RB_FOREACH_SAFE(x, name, head, y) \ macro
|
/third_party/node/deps/uv/include/uv/ |
H A D | tree.h | 748 #define RB_FOREACH_SAFE(x, name, head, y) \ macro
|
/third_party/FreeBSD/sys/sys/ |
H A D | tree.h | 839 #define RB_FOREACH_SAFE(x, name, head, y) \ macro
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 2403 RB_FOREACH_SAFE(watcher_list, watcher_root, in uv__inotify_fork() function
|
Completed in 8 milliseconds