]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: simplify the listen_client_thread code
authorKen Brown <kbrown@cornell.edu>
Wed, 29 Apr 2020 22:53:05 +0000 (18:53 -0400)
committerKen Brown <kbrown@cornell.edu>
Fri, 8 May 2020 10:32:00 +0000 (06:32 -0400)
commit9b2afd78ce612f4d1fda6d17149bb0c78b4a0e1c
tree776d870d27e842d89c39d5010ce587e1c6730901
parent32dbc3d21538c814da27ed3e311336700a8387d4
Cygwin: FIFO: simplify the listen_client_thread code

Always return 0; no one is doing anything with the return value
anyway.

Remove the return value from stop_listen_client.

Make the connection event auto-reset, so that we don't have to reset
it later.

Simplify the process of connecting a bogus client when thread
termination is signaled.

Make some failures fatal.

Remove the unnecessary extra check for thread termination near the end
of listen_client_thread.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
This page took 0.030878 seconds and 5 git commands to generate.