libuv/include/uv-private
Ben Noordhuis ed395e0619 unix: replace handle->next_watcher
Remove the next_watcher and replace it with a linked list. Said list is named
endgame_handles (because the uv-win calls it that) and contains all the handles
that are in the UV_CLOSING state.

The goal of this commit is two-fold:

a) remove a dependency on libev, and
b) share more code with uv-win in the future

A nice side effect is that it shaves a few bytes off a uv_handle_t.
2012-04-04 05:22:20 -07:00
..
eio.h unix: create separate eio result queue per loop 2011-12-20 20:47:33 +01:00
ev.h Add uv_loop_refcount() function, debug tool. 2012-01-14 00:33:08 +01:00
ngx-queue.h Fix include guard in tree.h and ngx-queue.h 2012-03-15 02:23:22 +01:00
tree.h Rename __unused to UV__UNUSED. 2012-04-03 17:41:50 +02:00
uv-unix.h unix: replace handle->next_watcher 2012-04-04 05:22:20 -07:00
uv-win.h Remove UV_ARES_TASK_PRIVATE_FIELDS. 2012-04-03 02:44:50 +02:00