libuv/src/unix
Fedor Indutny 429bb804ed fsevents: fix clever rescheduling
There're could be a situation, where one fsevents handle gets created
and another one is destroyed simultaneously. In such cases
`fsevent_need_reschedule` will be set to 1 twice and reset only once,
leaving handle destructor hanging in uv_sem_wait().
2013-10-05 22:18:06 +04:00
..
aix.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
async.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
core.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
darwin-proctitle.c darwin: remove CoreFoundation dependency 2013-08-27 23:58:21 +02:00
darwin.c fsevents: use shared FSEventStream 2013-08-22 16:35:13 +04:00
dl.c openbsd: fix dlerror() const correctness warning 2013-08-05 02:45:59 +02:00
freebsd.c unix: wrap long lines at 80 columns 2013-09-11 17:29:43 +02:00
fs.c sunos: remove futimes() macro 2013-08-12 07:46:22 +02:00
fsevents.c fsevents: fix clever rescheduling 2013-10-05 22:18:06 +04:00
getaddrinfo.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
internal.h unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
kqueue.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
linux-core.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
linux-inotify.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
linux-syscalls.c linux: move files out of src/unix/linux 2013-01-29 17:07:41 +01:00
linux-syscalls.h unix: support for android builds 2013-05-25 21:16:52 +02:00
loop-watcher.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
loop.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
netbsd.c unix, windows: add MAC to uv_interface_addresses() 2013-07-25 13:49:39 +02:00
openbsd.c unix, windows: add MAC to uv_interface_addresses() 2013-07-25 13:49:39 +02:00
pipe.c unix: remove uv__pipe_accept() 2013-10-01 04:14:36 +02:00
poll.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
process.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
proctitle.c unix: clean up __attribute__((quux)) usage 2013-08-12 07:41:49 +02:00
pthread-fixes.c unix: support for android builds 2013-05-25 21:16:52 +02:00
signal.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
stream.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
sunos.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
tcp.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
thread.c unix, windows: add thread-local storage API 2013-08-25 15:51:07 +02:00
threadpool.c unix: clean up __attribute__((quux)) usage 2013-08-12 07:41:49 +02:00
timer.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
tty.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
udp.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
uv-dtrace.d unix: dtrace probes for tick-start and tick-stop 2013-04-10 14:10:05 +02:00