]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: code simplifications.
authorKen Brown <kbrown@cornell.edu>
Thu, 9 May 2019 16:35:58 +0000 (12:35 -0400)
committerKen Brown <kbrown@cornell.edu>
Thu, 9 May 2019 18:41:29 +0000 (14:41 -0400)
commite91bc190ff685bca726024da353f0921660bc863
treefde3b92c2666ba472b6fea2e81a796e588846cc3
parent0771fc703158b67ec14d82a3bb3ec1b4b72b094c
Cygwin: FIFO: code simplifications.

There's no longer a need to consider the connect_evt after fork/exec.
After stopping the listen_client thread, all client handlers should be
in the fc_connected or fc_invalid states, so their connect_evt members
won't be used again.

Also remove code in fhandler_fifo::dup that just repeats things
already done in stop_listen_client.
winsup/cygwin/fhandler_fifo.cc
This page took 0.029646 seconds and 5 git commands to generate.