]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pipe: Stop counting reader and read all available data.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 6 Sep 2021 11:12:16 +0000 (20:12 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 13 Sep 2021 15:45:54 +0000 (17:45 +0200)
commitfadbedd9ca5f9117aba38b8aa0d7bf705d4c8d5d
tree50814591e468f5b090103a953d625ac44c4c1f81
parent085fc12948881e624921f568a29881ce38795368
Cygwin: pipe: Stop counting reader and read all available data.

- By guarding read with read_mtx, no more than one ReadFile can
  be called simultaneously. So couting read handles is no longer
  necessary.
- Make raw_read code as similar as possible to raw_write code.
winsup/cygwin/fhandler_pipe.cc
This page took 0.032535 seconds and 5 git commands to generate.