RB_REMOVE         236 src/unix/linux-inotify.c     RB_REMOVE(watcher_root, CAST(&handle->loop->inotify_watchers), w);
RB_REMOVE         445 src/unix/signal.c   removed_handle = RB_REMOVE(uv__signal_tree_s, &uv__signal_tree, handle);
RB_REMOVE          86 src/unix/timer.c   RB_REMOVE(uv__timers, &handle->loop->timer_handles, handle);
RB_REMOVE         249 src/win/signal.c   removed_handle = RB_REMOVE(uv_signal_tree_s, &uv__signal_tree, handle);
RB_REMOVE         121 src/win/timer.c     RB_REMOVE(uv_timer_tree_s, &loop->timers, handle);
RB_REMOVE         146 src/win/timer.c   RB_REMOVE(uv_timer_tree_s, &loop->timers, handle);
RB_REMOVE         164 src/win/timer.c     RB_REMOVE(uv_timer_tree_s, &loop->timers, handle);
RB_REMOVE         235 src/win/timer.c     RB_REMOVE(uv_timer_tree_s, &loop->timers, timer);