Searched refs:RB_REMOVE (Results 1 - 9 of 9) sorted by relevance
| /third_party/libuv/src/win/ |
| H A D | signal.c | 169 removed_handle = RB_REMOVE(uv_signal_tree_s, &uv__signal_tree, handle); in uv_signal_stop()
|
| /third_party/node/deps/uv/src/win/ |
| H A D | signal.c | 169 removed_handle = RB_REMOVE(uv_signal_tree_s, &uv__signal_tree, handle); in uv_signal_stop()
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | linux-inotify.c | 161 RB_REMOVE(watcher_root, CAST(&loop->inotify_watchers), w); in maybe_free_watcher_list()
|
| H A D | signal.c | 534 removed_handle = RB_REMOVE(uv__signal_tree_s, &uv__signal_tree, handle); in uv__signal_stop()
|
| /third_party/libuv/src/unix/ |
| H A D | signal.c | 576 removed_handle = RB_REMOVE(uv__signal_tree_s, &uv__signal_tree, handle); in uv__signal_stop()
|
| H A D | linux.c | 2455 RB_REMOVE(watcher_root, uv__inotify_watchers(loop), w); in maybe_free_watcher_list()
|
| /third_party/FreeBSD/sys/sys/ |
| H A D | tree.h | 821 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) macro
|
| /third_party/libuv/include/uv/ |
| H A D | tree.h | 730 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) macro
|
| /third_party/node/deps/uv/include/uv/ |
| H A D | tree.h | 730 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) macro
|
Completed in 11 milliseconds