Searched refs:removed_handle (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dsignal.c521 uv_signal_t* removed_handle; local
534 removed_handle = RB_REMOVE(uv__signal_tree_s, &uv__signal_tree, handle);
535 assert(removed_handle == handle);
536 (void) removed_handle;
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dsignal.c161 uv_signal_t* removed_handle; local
169 removed_handle = RB_REMOVE(uv_signal_tree_s, &uv__signal_tree, handle);
170 assert(removed_handle == handle);

Completed in 93 milliseconds