]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: start the listen_client thread when duping a reader
authorKen Brown <kbrown@cornell.edu>
Sun, 14 Apr 2019 19:16:03 +0000 (19:16 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 16 Apr 2019 10:54:43 +0000 (12:54 +0200)
commita7d08b3ecd721e98757f8f96945660809ec6a3da
tree2d434ed030bb1c9e91fd03a8caad20102104e019
parent7b28776d3fe6909abb10273af2a3bfdca6351292
Cygwin: FIFO: start the listen_client thread when duping a reader

Otherwise it doesn't get started until the dup'd fd tries to read,
which delays client connections.
winsup/cygwin/fhandler_fifo.cc
This page took 0.032788 seconds and 5 git commands to generate.