libuv/include/uv-private
Ben Noordhuis 0ddf9d6b98 Revert "unix: use select() for specific fds on OS X"
This reverts commit 5da380a5ca.

Contains a bug that effectively makes the select() thread busy-loop. The file
descriptor is polled for both reading and writing, regardless of what events
the main thread wants to receive. Fixing that requires proper synchronization
between the two threads.

See #614.
2012-11-04 01:23:12 +01:00
..
ev.h unix: fix event loop stall 2012-06-06 05:12:28 +02:00
ngx-queue.h Merge branch 'v0.8' 2012-10-25 04:43:19 +02:00
stdint-msvc2008.h win: support compilation with Visual Studio 2008 2012-10-23 22:55:25 +02:00
tree.h Rename __unused to UV__UNUSED. 2012-04-03 17:41:50 +02:00
uv-bsd.h freebsd: fix build breakage introduced in 3b69c0f 2012-08-29 22:27:27 +02:00
uv-darwin.h Revert "unix: use select() for specific fds on OS X" 2012-11-04 01:23:12 +01: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 Revert "unix: use select() for specific fds on OS X" 2012-11-04 01:23:12 +01:00
uv-win.h win: support compilation with Visual Studio 2008 2012-10-23 22:55:25 +02:00