Home
last modified time | relevance | path

Searched refs:RB_REMOVE (Results 1 – 4 of 4) sorted by relevance

/libuv/src/win/
H A Dsignal.c169 removed_handle = RB_REMOVE(uv_signal_tree_s, &uv__signal_tree, handle); in uv_signal_stop()
/libuv/src/unix/
H A Dsignal.c551 removed_handle = RB_REMOVE(uv__signal_tree_s, &uv__signal_tree, handle); in uv__signal_stop()
H A Dlinux.c2538 RB_REMOVE(watcher_root, uv__inotify_watchers(loop), w); in maybe_free_watcher_list()
/libuv/include/uv/
H A Dtree.h483 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) macro

Completed in 15 milliseconds