c6367674d6
than one active reference to a file descriptor. It should dislodge threads sleeping while holding a reference to the descriptor. Implemented only for sockets but should be extended to pipes, fifos, etc. Fixes the case of a multithreaded process doing something like the following, which would have hung until the process got a signal. thr0 accept(fd, ...) thr1 close(fd) |
||
---|---|---|
.. | ||
dmover_backend.c | ||
dmover_io.c | ||
dmover_io.h | ||
dmover_process.c | ||
dmover_request.c | ||
dmover_session.c | ||
dmover_util.c | ||
dmovervar.h | ||
files.dmover | ||
Makefile | ||
swdmover.c |