]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: improve EOF detection
authorKen Brown <kbrown@cornell.edu>
Fri, 22 Mar 2019 19:30:38 +0000 (19:30 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 27 Mar 2019 13:01:45 +0000 (14:01 +0100)
commitc6e221c03668909f6c3fb399d8888629353b0191
tree2e191194d62a7ba722fbe216a50ab874e1074a7e
parentc75e077f9953e3ecc6ba371d7ef95e14883a68ba
Cygwin: FIFO: improve EOF detection

Add a hit_eof method that tries to detect whether any clients are
connected.  Before concluding that there are none, it gives the
listen_client thread time to update the client data.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
This page took 0.032816 seconds and 5 git commands to generate.