libuv/include/uv-private
Fedor Indutny 5da380a5ca unix: use select() for specific fds on OS X
kqueue(2) on osx doesn't work (emits EINVAL error) with specific fds
(i.e. /dev/tty, /dev/null, etc). When given such descriptors - start
select(2) watcher thread that will emit io events.
2012-08-20 23:35:13 +02:00
..
eio.h Allow headers to be included with -Werror and -Wundef 2012-08-09 01:09:09 +02:00
ev.h unix: fix event loop stall 2012-06-06 05:12:28 +02:00
ngx-queue.h Allow headers to be included with -Werror and -Wundef 2012-08-09 01:09:09 +02:00
tree.h Rename __unused to UV__UNUSED. 2012-04-03 17:41:50 +02:00
uv-bsd.h unix: split up uv-unix.h 2012-08-17 16:42:31 +02:00
uv-darwin.h unix: use select() for specific fds on OS X 2012-08-20 23:35:13 +02:00
uv-linux.h unix: split up uv-unix.h 2012-08-17 16:42:31 +02:00
uv-sunos.h unix: split up uv-unix.h 2012-08-17 16:42:31 +02:00
uv-unix.h unix: use select() for specific fds on OS X 2012-08-20 23:35:13 +02:00
uv-win.h windows: basic signal handling support with uv_signal_t 2012-08-17 19:38:29 +02:00