libuv/src
Ben Noordhuis 06c4fa67ed darwin: create fsevents thread on demand
* Move CF run loop code to fsevents.c.

* Create the fsevents thread on demand rather than at startup.

* Remove use of ACCESS_ONCE. All accesses to loop->cf_loop are
  protected by full memory barriers so no reordering can take place.

Fixes #872.
2013-08-13 11:41:48 +02:00
..
unix darwin: create fsevents thread on demand 2013-08-13 11:41:48 +02:00
win unix, windows: allow NULL async callback 2013-08-12 08:55:51 +02:00
fs-poll.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
inet.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
queue.h queue: fix pointer truncation on LLP64 platforms 2013-06-15 14:08:36 +02:00
uv-common.c windows: fix missing return value warning 2013-08-09 19:06:31 +02:00
uv-common.h windows: move INLINE macro, remove UNUSED 2013-08-12 07:22:19 +02:00
version.c Now working on v0.11.8 2013-08-06 23:19:01 +02:00