libuv/src
Saúl Ibarra Corretgé c8abb29f68 windows: don't use atexit for cleaning up the threadpool
If libuv is loaded as a DLL and is later unloaded deadlocks can happen
when running atexit handlers, so we can't use synchronization
priomitives or join threads there.

For reference see https://github.com/saghul/pyuv/issues/171
2014-07-28 09:38:57 +02:00
..
unix aix: improve AIX compatibility 2014-07-22 22:57:24 +02:00
win windows: return bind error immediately when implicitly binding 2014-07-25 12:48:16 +02:00
fs-poll.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c unix, windows: fix parsing scoped IPv6 addresses 2014-05-25 23:30:46 +02:00
queue.h queue: strengthen type checks 2013-11-02 13:55:57 +01:00
threadpool.c windows: don't use atexit for cleaning up the threadpool 2014-07-28 09:38:57 +02:00
uv-common.c unix, win: add uv_udp_try_send 2014-07-04 18:30:33 +02:00
uv-common.h unix, win: add uv_udp_try_send 2014-07-04 18:30:33 +02:00
version.c Now working on v0.10.28 2014-05-01 09:23:46 -07:00